DataCachePut Method Windows Server AppFabric Caching Compatibility Library
Overload List

  NameDescription
Public methodPut(String, Object)
Adds or replaces an object in the cache.
Public methodPut(String, Object, DataCacheItemVersion)
Replaces an object in the cache if the specified object version matches the version of object stored in the cache.
Public methodPut(String, Object, IEnumerableDataCacheTag)
Adds or replaces an object in the cache with a new value and the specified collection of tags.
Public methodPut(String, Object, String)
Adds or replaces an object in the specified region.
Public methodPut(String, Object, TimeSpan)
Adds or replaces an object in the cache with a specified object timeout.
Public methodPut(String, Object, DataCacheItemVersion, IEnumerableDataCacheTag)
Replaces an object in the cache if the provided object version matches the version of object stored in the specified region.
Public methodPut(String, Object, DataCacheItemVersion, String)
Replaces an object in the specified region if the provided object version matches the version of object stored in the cache.
Public methodPut(String, Object, DataCacheItemVersion, TimeSpan)
Replaces an object in the cache if the specified object version matches the version of object stored in the cache.
Public methodPut(String, Object, IEnumerableDataCacheTag, String)
Adds or replaces an object in the region with a new value and the specified collection of tags.
Public methodPut(String, Object, TimeSpan, IEnumerableDataCacheTag)
Adds or replaces an object in the cache with a specified object timeout.
Public methodPut(String, Object, TimeSpan, String)
Adds or replaces an object in the region with a specified object timeout.
Public methodPut(String, Object, DataCacheItemVersion, IEnumerableDataCacheTag, String)
Replaces an object in the specified region if the provided object version matches the version of object stored in the region.
Public methodPut(String, Object, DataCacheItemVersion, TimeSpan, IEnumerableDataCacheTag)
Replaces an object in the cache if the provided object version matches the version of object stored in the specified region.
Public methodPut(String, Object, DataCacheItemVersion, TimeSpan, String)
Replaces an object in the specified region if the provided object version matches the version of object stored in the region.
Public methodPut(String, Object, TimeSpan, IEnumerableDataCacheTag, String)
Adds or replaces an object in the region with a specified object timeout.
Public methodPut(String, Object, DataCacheItemVersion, TimeSpan, IEnumerableDataCacheTag, String)
Replaces an object in the specified region if the provided object version matches the version of object stored in the region.
Top
See Also

Reference