Overload List

  NameDescription
Public methodInsert(String, CacheItem)
Add a CacheItem to the cache
Public methodInsert(String, Object)
Inserts an item into the Cache object with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration.
Public methodInsert(String, Object, NamedTagsDictionary)
Inserts an item into the Cache with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration. It also enables associating named tags with the object.
Public methodInsert(String, Object, array<Tag>[]()[][])
Inserts an item into the Cache with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration. It also enables the associating tags with the object.
Public methodInsert(String, CacheItem, DSWriteOption, DataSourceItemsUpdatedCallback)
Add a CacheItem to the cache
Public methodInsert(String, CacheItem, LockHandle, Boolean)
Inserts a CacheItem to the cache if not already existing. Otherwise updates an existing item if it not already locked or if the correct lock-id is specified.
Public methodInsert(String, Object, String, String)
Insert a value to the cache
Public methodInsert(String, CacheItem, DSWriteOption, String, DataSourceItemsUpdatedCallback)
Public methodInsert(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority)
Inserts an object into the Cache with dependencies, expiration and priority policies.

See Also