Package org.compiere.util
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().
Note that this is ignore by CacheMgt if CCache implementation that implement this interface doesn't return null for getTableName().
- Author:
- hengsin
-
Method Summary
-
Method Details
-
reset
Reset Cache- Parameters:
tableName
-
-
reset
Reset Cache by record id- Parameters:
tableName
-recordId
-
-