Module ImCache

Interface ICache<V>

All Superinterfaces:
Iterable<Map.Entry<String,V>>
All Known Implementing Classes:
Cache, DiskCache, MemoryCache

public interface ICache<V> extends Iterable<Map.Entry<String,V>>