![]() | IAdhocCacheService Methods |
The IAdhocCacheService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddT |
Add the specified object to the cache
|
![]() | Exists |
Returns true if key exists in the cache
|
![]() | GetT |
Gets the specified object from the cache
|
![]() | Remove |
Removes the specified object from the adhoc
|
![]() | RemoveAll |
Remove all keys matching patternKey |
![]() | TryGetT |
Try to fetch key from the cache
|