Class NullCacheStorage

java.lang.Object
freemarker.cache.NullCacheStorage
All Implemented Interfaces:
CacheStorage, CacheStorageWithGetSize, ConcurrentCacheStorage

public class NullCacheStorage extends Object implements ConcurrentCacheStorage, CacheStorageWithGetSize
A cache storage that doesn't store anything. Use this if you don't want caching.
Since:
2.3.17
See Also:
Configuration.setCacheStorage(CacheStorage)
  • Field Details

  • Constructor Details

    • NullCacheStorage

      public NullCacheStorage()
  • Method Details