WebCache AddOrGetExisting Method Nemiro.Data.dll
Overload List

  NameDescription
Public methodAddOrGetExisting(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).)
Public methodAddOrGetExisting(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).)
Public methodAddOrGetExisting(String, Object, CacheItemPolicy, String)
Adds a cache entry into the cache.
(Overrides ObjectCache AddOrGetExisting(String, Object, CacheItemPolicy, String).)
Top
See Also