Table of Contents

Class CacheCodeScriptByDataAttribute

Namespace: Casewhere.Runtime.DataObjects.DataAttributeCalculator
Assembly: Casewhere.Runtime.dll

public class CacheCodeScriptByDataAttribute : CacheStrategy, ICacheStrategy

Inheritance

objectCacheStrategyCacheCodeScriptByDataAttribute

Implements

ICacheStrategy

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<CacheCodeScriptByDataAttribute>(CacheCodeScriptByDataAttribute)

Constructors

CacheCodeScriptByDataAttribute(DataAttribute)

public CacheCodeScriptByDataAttribute(DataAttribute dataAttribute)

Parameters

dataAttribute DataAttribute

Methods

GetKey(string)

protected override string GetKey(string key)

Parameters

key string

Returns

string