Method Get
Get(ref ObjectKey)
Returns the CacheEntry<TValue> associated with the provided key,
or null if not found.
public override CacheEntry<TValue> Get(ref ObjectKey key)
Parameters
keyObjectKeyKey to the object in the ScaleOut service.
Returns
- CacheEntry<TValue>
A CacheEntry containing StateServer object/version, or null if not found.
Remarks
The cached entry is moved to the front of the LRU list if found.