|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConcurrentCacheStorage
An optional interface for cache storage that knows whether it can be concurrently accessible without synchronization.
| Method Summary | |
|---|---|
boolean |
isConcurrent()
Returns true if this instance of cache storage is concurrently accessible from multiple threads without synchronization. |
| Methods inherited from interface freemarker.cache.CacheStorage |
|---|
clear, get, put, remove |
| Method Detail |
|---|
boolean isConcurrent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||