Interface ICacheStrategy
Namespace: Casewhere.Runtime.DSL.Cache
Assembly: Casewhere.Runtime.dll
public interface ICacheStrategy
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ICacheStrategy>(ICacheStrategy)
Methods
Set<T>(string, T)
void Set<T>(string key, T data)
Parameters
key
string
data
T
Type Parameters
T
TryGet<T>(string, out T)
bool TryGet<T>(string key, out T data)
Parameters
key
string
data
T
Returns
Type Parameters
T