Interface CacheManagersRegistry

  • All Superinterfaces:
    CacheManagers
    All Known Implementing Classes:
    CacheManagersRegistryImpl

    public interface CacheManagersRegistry
    extends CacheManagers
    Service Provider (Cache implementor) hook. Implementations of this interface are expected to be thread-safe.
    Author:
    Michael Vorburger.ch
    • Method Detail

      • registerCacheManager

        void registerCacheManager​(CacheManager cacheManager)
        Implementations of CacheProvider invoke this for each new CacheManager they're about to return to users.