org.topbraid.core.cache
Interface ICacheManager


public interface ICacheManager

An interface for objects that manage a cache that shall be cleared under certain circumstances. This is in particular needed to allow plug-ins to contribute code that shall be executed after changes in the model.

Author:
Holger Knublauch

Method Summary
 void clearCache()
           
 

Method Detail

clearCache

void clearCache()