Class NullCacheSizeAllocator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void allocate​(long size)
      Cost available cache.
      long getAvailableCacheSize()
      Get available cache size.
      void release​(long size)
      Release allocated cache size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullCacheSizeAllocator

        public NullCacheSizeAllocator()