DataCacheAdd Method Windows Server AppFabric Caching Compatibility Library
Overload List

  NameDescription
Public methodAdd(String, Object)
Inserts an object into the cache.
Public methodAdd(String, Object, IEnumerableDataCacheTag)
Inserts an object to the cache with a specified list of tags.
Public methodAdd(String, Object, String)
Inserts an object to a region in the cache.
Public methodAdd(String, Object, TimeSpan)
Inserts an object to the cache with a specified object timeout.
Public methodAdd(String, Object, IEnumerableDataCacheTag, String)
Inserts an object to a region in the cache with a specified list of tags.
Public methodAdd(String, Object, TimeSpan, IEnumerableDataCacheTag)
Inserts an object to the cache with a specified list of tags.
Public methodAdd(String, Object, TimeSpan, String)
Inserts an object to a region in the cache with a specified object timeout.
Public methodAdd(String, Object, TimeSpan, IEnumerableDataCacheTag, String)
Inserts an object to a region in the cache with a specified list of tags and expiration timeout.
Top
See Also

Reference