Class CacheManagerImpl

java.lang.Object
io.quarkus.cache.runtime.CacheManagerImpl
All Implemented Interfaces:
CacheManager

public class CacheManagerImpl extends Object implements CacheManager
This class is registered as an ApplicationScoped synthetic bean at build time.
  • Constructor Details

    • CacheManagerImpl

      public CacheManagerImpl(Map<String,Cache> caches)
  • Method Details