com.pavelvlasov.cache
Interface Producer
- All Known Subinterfaces:
- AppendableCache, AppendableProducer, Cache
- All Known Implementing Classes:
- AbstractProducer, AppendableMemoryCache, MemoryCache, PassiveMemoryCache, SimpleMemoryCache
- public interface Producer
get
public Entry get(java.lang.Object key)
addCache
public void addCache(Cache cache)
- Callback method for key removal.
- Parameters:
cache
-
keySet
public java.util.Set keySet()
- Returns:
- all keys, null or empty collection if entire key set is not known
Copyright © 2003 Hammurapi Group. All Rights Reserved.