Interface CacheEntryLocator<I,V>

Type Parameters:
I - the identifier type of the located value
V - the located value type
All Known Subinterfaces:
BiCacheEntryLocator<I,K,V>

public interface CacheEntryLocator<I,V>
Locates a value from a cache.
Author:
Paul Ferraro