Class NonCacheableCacheEntryValidity

    • Field Detail

    • Constructor Detail

      • NonCacheableCacheEntryValidity

        public NonCacheableCacheEntryValidity()
    • Method Detail

      • isCacheable

        public boolean isCacheable()

        Returns false. Template Resolutions using this validity are always considered to be non-cacheable.

        Specified by:
        isCacheable in interface ICacheEntryValidity
        Returns:
        false
      • isCacheStillValid

        public boolean isCacheStillValid()

        This method will never be called, because templates using this validity implementation are always considered to be non-cacheable.

        Specified by:
        isCacheStillValid in interface ICacheEntryValidity
        Returns:
        false