Overload List

  NameDescription
Public methodAdd(String, CacheItem)
Add a CacheItem to the cache
Public methodAdd(String, Object)
Adds an item into the Cache object with a cache key to reference its location and using default values provided by the CacheItemPriority enumeration.
Public methodAdd(String, Object, NamedTagsDictionary)
Adds an item into the Cache object 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 methodAdd(String, Object, array<Tag>[]()[][])
Adds an item into the Cache object 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 methodAdd(String, CacheItem, DSWriteOption, DataSourceItemsAddedCallback)
Add a CacheItem to the cache
Public methodAdd(String, Object, String, String)
Adds a value to the cache
Public methodAdd(String, CacheItem, DSWriteOption, String, DataSourceItemsAddedCallback)
Add a CacheItem to the cache.
Public methodAdd(String, Object, CacheDependency, DateTime, TimeSpan, CacheItemPriority)

See Also