LocalCacheGetEntryInternal Method |
Namespace: Tangosol.Net.Cache
protected virtual LocalCacheEntry GetEntryInternal( Object key )
If the Entry has expired, it is removed from the cache.
Unlike the GetEntry(Object) method, this method does not flush the cache (if necessary) or update cache statistics.
This method should only be called while holding the write lock.