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 Detail

      • reset

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

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