FileCache Set Method Nemiro.Data.dll
Overload List

  NameDescription
Public methodSet(CacheItem, CacheItemPolicy)
Inserts a cache entry into the cache by using a CacheItem instance to supply the key and value for the cache entry.
(Overrides ObjectCache Set(CacheItem, CacheItemPolicy).)
Public methodSet(String, Object, DateTimeOffset, String)
Inserts a cache entry into the cache by using a key and a value and specifies time-based expiration details.
(Overrides ObjectCache Set(String, Object, DateTimeOffset, String).)
Public methodSet(String, Object, CacheItemPolicy, String)
Inserts a cache entry into the cache by using a key and a value and eviction.
(Overrides ObjectCache Set(String, Object, CacheItemPolicy, String).)
Top
See Also