Overload List
| Name | Description | |
|---|---|---|
| Find(String) |
Return the value for the given key, or NULL if not found.
| |
| Find(CacheableKey) |
Return the value for the given CacheableKey,
or NULL if not found.
| |
| Find(ICacheableKey) |
Return the value for the given ICacheableKey,
or NULL if not found.
|