Functions4 public, 0 private

Wraps the cache implementation for retrieving cached objects.
publicanycacheGet
requiredstringid
stringregion
Wraps the cache implementation for storing cached objects.
publicvoidcachePut
requiredstringid
requiredanyvalue
anytimeSpan
numericidleTime
stringregion
Wraps the cache implementation for removing cached objects. This wrapper may only remove a single id!
publicvoidcacheRemove
requiredstringid
booleanthrowOnErrorfalse
stringregion
Returns if the specified key is stored in the cache.
publicbooleaninCache
requiredstringid
stringregion