Interface CacheManagerAware

    • Method Summary

      Modifier and Type Method and Description
      void setCacheManager(CacheManager cacheManager)
      Sets the available CacheManager instance on this component.
    • Method Detail

      • setCacheManager

        void setCacheManager(CacheManager cacheManager)
        Sets the available CacheManager instance on this component.
        Parameters:
        cacheManager - the CacheManager instance to set on this component.