Overload | Description |
---|---|
Add<T>(String,T,DateTimeOffset,String) | Inserts a cache entry into the cache without overwriting any existing cache entry. |
Add<T>(CacheItem,CacheItemPolicy) | Tries to insert a cache entry into the cache as a System.Runtime.Caching.CacheItem instance, and adds details about how the entry should be evicted without overwriting any existing cache entry. |
Add<T>(String,T,CacheItemPolicy,String) | Inserts a cache entry into the cache without overwriting any existing cache entry, specifying information about how the entry will be evicted. |