freemarker.cache
Interface ConcurrentCacheStorage
- CacheStorage
- SoftCacheStorage, StrongCacheStorage
public interface ConcurrentCacheStorage
An optional interface for cache storage that knows whether it can be
concurrently accessible without synchronization.
boolean | isConcurrent() - Returns true if this instance of cache storage is concurrently
accessible from multiple threads without synchronization.
|
isConcurrent
public boolean isConcurrent()
Returns true if this instance of cache storage is concurrently
accessible from multiple threads without synchronization.
- true if this instance of cache storage is concurrently
accessible from multiple threads without synchronization.