Interface ICacheCallBack


  • public interface ICacheCallBack
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void refresh​(java.lang.String action)
      This method of the CacheCallBack class is invoked after the CacheController clears the cache.
    • Method Detail

      • refresh

        void refresh​(java.lang.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 -