Package org.onebusaway.container.spring.ehcache
-
Class Summary Class Description EhCacheConfigurationFactoryBean SpringFactoryBean
for creating an EhCacheConfiguration
that supports programmatic DiskStore and Terracotta configuration.EhCacheFactoryBean A SpringFactoryBean
for programmatically creating an EhCacheCache
with standard configuration options, but also progrmattic Terracotta configuration.EhCacheManagerFactoryBean * A SpringFactoryBean
for programmatically creating an EhCacheCacheManager
, specifically allowing us to pass in aConfiguration
directly.EhCacheRegionFactory A Hibernate EhCacheRegionFactory implementation that supports directly setting theCacheManager
from an existing instance.