Package freemarker.cache
Interface CacheStorageWithGetSize
-
- All Superinterfaces:
CacheStorage
- All Known Implementing Classes:
MruCacheStorage
,NullCacheStorage
,SoftCacheStorage
,StrongCacheStorage
public interface CacheStorageWithGetSize extends CacheStorage
A cache storage that has agetSize()
method for returning the current number of cache entries.- Since:
- 2.3.21
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSize()
Returns the current number of cache entries.-
Methods inherited from interface freemarker.cache.CacheStorage
clear, get, put, remove
-
-