Interface ICompositeCacheManager

All Superinterfaces:
IShutdownObservable
All Known Implementing Classes:
CompositeCacheManager

I need the interface so I can plug in mock managers for testing.
  • Method Details

    • getCache

      <K, V> CompositeCache<K,V> getCache(String cacheName)
      Gets the cache attribute of the CacheHub object
      Parameters:
      cacheName -
      Returns:
      CompositeCache
    • getAuxiliaryCache

      <K, V> AuxiliaryCache<K,V> getAuxiliaryCache(String auxName, String cacheName)
      Gets the auxiliary cache attribute of the CacheHub object
      Parameters:
      auxName -
      cacheName -
      Returns:
      AuxiliaryCache
    • getConfigurationProperties

      This is exposed so other manager can get access to the props.

      Returns:
      the configurationProperties
    • getStats

      Gets stats for debugging.

      Returns:
      String