Class CacheKeyInfo

    • Constructor Detail

      • CacheKeyInfo

        public CacheKeyInfo​(Serializable key,
                            boolean cacheRefreshIndicated)
        Parameters:
        key - the serializable cache key generated for the method call
        cacheRefreshIndicated - true if the specified method call indicates that the cache should be cleared, otherwise false
    • Method Detail

      • getKey

        public Serializable getKey()
        Returns:
        the serializable cache key generated for the method call
      • isCacheRefreshIndicated

        public boolean isCacheRefreshIndicated()
        Returns:
        true if the specified method call indicates that the cache should be cleared, otherwise false