Class CacheManagerImpl

java.lang.Object
io.meeds.spring.kernel.CacheManagerImpl
All Implemented Interfaces:
org.springframework.cache.CacheManager

public class CacheManagerImpl extends Object implements org.springframework.cache.CacheManager
  • Constructor Details

    • CacheManagerImpl

      public CacheManagerImpl(org.exoplatform.services.cache.CacheService cacheService, org.springframework.core.env.Environment environment)
  • Method Details

    • getCacheNames

      public Collection<String> getCacheNames()
      Specified by:
      getCacheNames in interface org.springframework.cache.CacheManager
    • getCache

      public org.springframework.cache.Cache getCache(String name)
      Specified by:
      getCache in interface org.springframework.cache.CacheManager