Interface StorageEntityCache<I extends StorageEntityCacheItem<I>>

    • Method Detail

      • incrementalLiveCheck

        boolean incrementalLiveCheck​(long timeBudgetBound)
      • incrementalGarbageCollection

        boolean incrementalGarbageCollection​(long timeBudgetBound,
                                             StorageChannel channel)
      • issuedGarbageCollection

        boolean issuedGarbageCollection​(long nanoTimeBudget,
                                        StorageChannel channel)
      • cacheSize

        long cacheSize()
      • clearCache

        long clearCache()