Class AbstractCacheManager.CacheInfo

    • Constructor Detail

      • CacheInfo

        public CacheInfo​(I18nizableText name,
                         I18nizableText description,
                         boolean isDispatchable)
        Create new CacheInfo with name and description
        Parameters:
        name - the name of the CacheInfo
        description - the description of the CacheInfo
        isDispatchable - true if the cache can be transmitted in sub-requests of DispatchGenerator
    • Method Detail

      • getName

        public I18nizableText getName()
        Get the name of the CacheInfo
        Returns:
        the name of the CacheInfo
      • isDispatchable

        public boolean isDispatchable()
        Can the cache be transmitted in sub-requests of DispatchGenerator
        Returns:
        true if the cache can be transmitted in sub-requests of DispatchGenerator