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