Package io.micronaut.cache.ehcache
@Configuration
@Requires(property="ehcache.enabled",
notEquals="false")
package io.micronaut.cache.ehcache
Classes related to the integration of Ehcache caches into Micronaut's
cache manager.
-
ClassesClassDescriptionFactory class that creates an Ehcache
CacheManager, anEhcacheSyncCacheand anStatisticsServicebeans.ASyncCacheimplementation based on Ehcache.