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
  • 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 -