Overload List

  NameDescription
Public methodGet(String)
Retrieves the specified item from the Cache object.
(Inherited from Cache.)
Public methodGet(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.
(Inherited from Cache.)
Public methodGet(String, DSReadOption)
Retrieves the specified item from the Cache object.
(Overrides Cache..::..Get(String, DSReadOption).)
Public methodGet(String, String, DSReadOption)
Retrieves the specified item from the Cache object.
(Inherited from Cache.)
Public methodGet(String, DSReadOption, CacheItemVersion%)
Retrieves the specified item from the Cache object. If the object is read thru the data source, put is against the given group and sub group.
(Overrides Cache..::..Get(String, DSReadOption, CacheItemVersion%).)
Public methodGet(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.
(Inherited from Cache.)
Public methodGet(String, String, String, DSReadOption)
Retrieves the specified item from the Cache object. If the object is read thru the data source, put is against the given group and sub group.
(Overrides Cache..::..Get(String, String, String, DSReadOption).)
Public methodGet(String, TimeSpan, LockHandle%, Boolean)
Retrieves the specified item from the Cache object and also locks the object if required.
(Overrides Cache..::..Get(String, TimeSpan, LockHandle%, Boolean).)

See Also