CacheStorage
NullCacheStorage
, SoftCacheStorage
, StrongCacheStorage
public interface ConcurrentCacheStorage extends CacheStorage
Modifier and Type | Method | Description |
---|---|---|
boolean |
isConcurrent() |
Returns true if this instance of cache storage is concurrently
accessible from multiple threads without synchronization.
|
clear, get, put, remove