Package com.db4o.internal.caching
Interface PurgeableCache4<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
purge(K key)
Removes the cached value with the specified key from this cache.
-