Interface ICacheCallBack


public interface ICacheCallBack
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    refresh(String action)
    This method of the CacheCallBack class is invoked after the CacheController clears the cache.
  • Method Details

    • refresh

      void refresh(String action)
      This method of the CacheCallBack class is invoked after the CacheController clears the cache. Currently the action can be refreshVFS or refreshAll, this is used as parameter, so that the Callback can react on this
      Parameters:
      action -