Overload List
Name | Description | |
---|---|---|
AddOrGetExisting(CacheItem, CacheItemPolicy) |
Adds a cache entry into the cache using the specified CacheItem instance and details about how to evict the entry.
(Overrides ObjectCache AddOrGetExisting(CacheItem, CacheItemPolicy).) | |
AddOrGetExisting(String, Object, DateTimeOffset, String) |
Adds a cache entry into the cache using the specified key and a value and an absolute expiration value.
(Overrides ObjectCache AddOrGetExisting(String, Object, DateTimeOffset, String).) | |
AddOrGetExisting(String, Object, CacheItemPolicy, String) |
Adds a cache entry into the cache.
(Overrides ObjectCache AddOrGetExisting(String, Object, CacheItemPolicy, String).) |
See Also