com.mchange.v1.cachedstore
Interface CachedStore

All Known Subinterfaces:
TweakableCachedStore, WritableCachedStore

public interface CachedStore


Nested Class Summary
static interface CachedStore.Manager
           
 
Method Summary
 Object find(Object key)
           
 void reset()
          clears any cached values.
 

Method Detail

find

Object find(Object key)
            throws CachedStoreException
Throws:
CachedStoreException

reset

void reset()
           throws CachedStoreException
clears any cached values. subsequent finds will recreate from key.

Throws:
CachedStoreException