Package com.e1c.langtool.external.cache
Interface ICache<K,V>
- All Known Subinterfaces:
ITranslationCacheManager.ITranslationCache
- All Known Implementing Classes:
CacheStub,SharedTranslationCache,TranslationCache
public interface ICache<K,V>
This interface provides caching of entities.
It's Map relative interface with only minimally necessary set of methods.
Also this interface uses keys as generic type and not as Object.
- See Also:
-
Method Summary
-
Method Details
-
put
-
putAll
-
get
-
getAll
-
remove
-
removeAll
-
removeAll
void removeAll() -
size
long size()
-