The CacheManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(ObjectCache, String, Object, DateTimeOffset, String) |
Adds a cache entry into the cache using the specified key and a value and an absolute expiration value.
| |
| Add(ObjectCache, String, Object, CacheItemPolicy, String) |
Adds an entry to the cache.
| |
| Get |
Returns an entry from the cache.
| |
| GetFileCache |
Gets or adds and returns an object in the file system cache.
| |
| GetObjectCache |
Gets or adds caching object and returns the specified type.
| |
| Remove |
Removes a cache entry from the cache.
|
See Also