Click or drag to resize

IAdhocCacheService Methods

The IAdhocCacheService type exposes the following members.

Methods
 NameDescription
Public methodAddT Add the specified object to the cache
Public methodExists Returns true if key exists in the cache
Public methodGetT Gets the specified object from the cache
Public methodRemove Removes the specified object from the adhoc
Public methodRemoveAll Remove all keys matching patternKey
Public methodTryGetT Try to fetch key from the cache
Top
See Also