Overload List

  NameDescription
Public methodGetCacheItem(String)
Get the cache item stored in cache.
Public methodGetCacheItem(String, CacheItemVersion%)
Retrieves the specified item from the Cache object. It accepts the CacheItemVersion by reference. If null is passed for CacheItemVersion, then the version of the object from the cache is returned. If non-null CacheItemVersion is passed, then object is returned from the cache only if that is the current version of the object in the cache.
Public methodGetCacheItem(String, DSReadOption)
Retrieves the specified item from the Cache object.
Public methodGetCacheItem(String, DSReadOption, CacheItemVersion%)
Retrieves the specified item from the Cache object. If the object is read through the data source, put it in the cache. It accepts the CacheItemVersion by reference. If null is passed for CacheItemVersion, then the version of the object from the cache is returned. If non-null CacheItemVersion is passed, then object is returned from the cache only if that is the current version of the object in the cache.
Public methodGetCacheItem(String, String, DSReadOption)
Retrieves the specified item from the Cache object.
Public methodGetCacheItem(String, String, String) Obsolete.
Get the cache item stored in cache.
Public methodGetCacheItem(String, String, DSReadOption, CacheItemVersion%)
Retrieves the specified item from the Cache object. If the object is read through the data source, put it in the cache. It accepts the CacheItemVersion by reference. If null is passed for CacheItemVersion, then the version of the object from the cache is returned. If non-null CacheItemVersion is passed, then object is returned from the cache only if that is the current version of the object in the cache.
Public methodGetCacheItem(String, String, String, DSReadOption)
Retrieves the specified item from the Cache object. If the object is read through the data source, put it against the given group and sub group.
Public methodGetCacheItem(String, TimeSpan, LockHandle%, Boolean)
Get the cache item stored in cache.

See Also