Interface CacheListener


public interface CacheListener
CacheListener Generic cache listener interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    trimEvent(Object key, Object value)
    an cached value is trimmed (to prevent cache overflow)
  • Method Details

    • 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