Overload List
Name | Description | |
---|---|---|
![]() | AddOrGetExisting(CacheItem, CacheItemPolicy) |
Inserts a cache entry into the cache.
(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) |
Inserts a cache entry into the cache.
(Overrides ObjectCache AddOrGetExisting(String, Object, CacheItemPolicy, String).) |
See Also