Interface CacheListener

    • Method Detail

      • trimEvent

        void trimEvent​(Object key,
                       Object value)
        an cached value is trimmed (to prevent cache overflow)
        Parameters:
        key - lookup key
        value - value of the cached entity