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.
-
ClassDescriptionFactory class that creates an Ehcache
CacheManager
, anEhcacheSyncCache
and anStatisticsService
beans.ASyncCache
implementation based on Ehcache.