Class AbstractCacheManager.CacheInfo

    • Constructor Detail

      • CacheInfo

        public CacheInfo​(I18nizableText name,
                         I18nizableText description,
                         boolean computableSize)
        Create new CacheInfo with name and description
        Parameters:
        name - the name of the CacheInfo
        description - the description of the CacheInfo
        computableSize - true if the size of the cache can be computed
    • Method Detail

      • getName

        public I18nizableText getName()
        get the name of the CacheInfo
        Returns:
        the name of the CacheInfo
      • isComputableSize

        public boolean isComputableSize()
        Is the cache size computable
        Returns:
        true if the cache size is computable