Overload List
| Name | Description | |
|---|---|---|
| Get(String) |
Gets an object from the cache using the specified key.
| |
| Get(String, DataCacheItemVersion) |
Gets an object from the cache using the specified key and returns its current version.
| |
| Get(String, String) |
Gets an object from the specified region using object's key.
| |
| Get(String, DataCacheItemVersion, String) |
Gets an object from the specified region using object's key and returns its current version.
|
See Also