Package io.meeds.spring.kernel
Class CacheManagerImpl
java.lang.Object
io.meeds.spring.kernel.CacheManagerImpl
- All Implemented Interfaces:
org.springframework.cache.CacheManager
-
Constructor Summary
ConstructorsConstructorDescriptionCacheManagerImpl(org.exoplatform.services.cache.CacheService cacheService, org.springframework.core.env.Environment environment) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.Cache
-
Constructor Details
-
CacheManagerImpl
public CacheManagerImpl(org.exoplatform.services.cache.CacheService cacheService, org.springframework.core.env.Environment environment)
-
-
Method Details
-
getCacheNames
- Specified by:
getCacheNamesin interfaceorg.springframework.cache.CacheManager
-
getCache
- Specified by:
getCachein interfaceorg.springframework.cache.CacheManager
-