Interface CacheChangeListener


public interface CacheChangeListener
Listener for cache reset event.
Note that this is ignore by CacheMgt if CCache implementation that implement this interface doesn't return null for getTableName().
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reset(String tableName)
    Reset Cache
    void
    reset(String tableName, int recordId)
    Reset Cache by record id
    void
    reset(String tableName, String key)
    Reset Cache by table name and key
  • Method Details

    • reset

      void reset(String tableName)
      Reset Cache
      Parameters:
      tableName -
    • reset

      void reset(String tableName, int recordId)
      Reset Cache by record id
      Parameters:
      tableName -
      recordId -
    • reset

      void reset(String tableName, String key)
      Reset Cache by table name and key
      Parameters:
      tableName -
      key -