This documentation is archived and is not being maintained.
MemoryCache::AddOrGetExisting Method
Visual Studio 2010
Inserts a cache entry into the cache.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the 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) | Inserts a cache entry into the cache using the specified key and value and the specified details for how it is to be evicted. (Overrides ObjectCache::AddOrGetExisting(String, Object, CacheItemPolicy, String).) |
Show: