| org.compass.needle.coherence.CompassCacheStore
CompassCacheStore | public class CompassCacheStore extends Base implements CacheStore(Code) | | A simple Compass implementation of Coherence CacheStore implementing the store and
eraze methods (no implementation for load).
Note, this implementation relies on the fact that the map key is the id of the
map value.
author: kimchy |
CompassCacheStore | public CompassCacheStore(String entityName)(Code) | | |
CompassCacheStore | public CompassCacheStore(String entityName, File configurationFile)(Code) | | |
storeAll | public void storeAll(Map entries)(Code) | | |
|
|