Interface Cache<K,V>
- All Known Implementing Classes:
ConcurrentSizedTimeoutCache,SizedTimeoutCache,TimeoutCache
public interface Cache<K,V>
-
Method Summary
-
Method Details
-
shutdown
void shutdown() -
cleanup
void cleanup() -
get
-
ConcurrentSizedTimeoutCache, SizedTimeoutCache, TimeoutCache