Interface CacheEntryRemover<I>

Type Parameters:
I - the identifier type of the removed value

public interface CacheEntryRemover<I>
Removes an entry from a cache.
Author:
Paul Ferraro