Class DefaultCacheableObjectKeyFactory

    • Constructor Detail

      • DefaultCacheableObjectKeyFactory

        public DefaultCacheableObjectKeyFactory()
    • Method Detail

      • setCacheRefreshCheck

        public void setCacheRefreshCheck​(boolean cacheRefreshCheck)
        Set to true if we should check the object value to indicate a cache refresh. A cache refresh will be flagged if the object value is equal to Boolean.TRUE.
        Parameters:
        cacheRefreshCheck - true if the object argument should be examined to flag a cache refresh
      • isCacheRefreshCheck

        public boolean isCacheRefreshCheck()