CacheManager MethodsNemiro.Data.dll

The CacheManager type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd(ObjectCache, String, Object, DateTimeOffset, String)
Adds a cache entry into the cache using the specified key and a value and an absolute expiration value.
Public methodStatic memberAdd(ObjectCache, String, Object, CacheItemPolicy, String)
Adds an entry to the cache.
Public methodStatic memberGet
Returns an entry from the cache.
Public methodStatic memberGetFileCache
Gets or adds and returns an object in the file system cache.
Public methodStatic memberGetObjectCache
Gets or adds caching object and returns the specified type.
Public methodStatic memberRemove
Removes a cache entry from the cache.
Top
See Also