Class CacheCodeScriptByPluginMethodScope
Namespace: Casewhere.Runtime.DSL.Cache
Assembly: Casewhere.Runtime.dll
public class CacheCodeScriptByPluginMethodScope : CacheStrategy, ICacheStrategy
Inheritance
object ← CacheStrategy ← CacheCodeScriptByPluginMethodScope
Implements
Inherited Members
CacheStrategy.TryGet<T>(string, out T), CacheStrategy.Set<T>(string, T), CacheStrategy.GetKey(string), object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<CacheCodeScriptByPluginMethodScope>(CacheCodeScriptByPluginMethodScope)
Constructors
CacheCodeScriptByPluginMethodScope(Plugin, PluginPolicy)
public CacheCodeScriptByPluginMethodScope(Plugin plugin, PluginPolicy pluginPolicy)
Parameters
plugin
Plugin
pluginPolicy
PluginPolicy
Methods
GetKey(string)
protected override string GetKey(string key)
Parameters
key
string