Java org.springframework.cache.ehcache EhCacheCacheManager fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.cache.ehcache EhCacheCacheManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.cache.ehcache EhCacheCacheManager.

The text is from its open source code.

Subclass

org.springframework.cache.ehcache.EhCacheCacheManager has subclasses.
Click this link to see all its subclasses.

Constructor

EhCacheCacheManager(net.sf.ehcache.CacheManager cacheManager)
Create a new EhCacheCacheManager for the given backing EhCache CacheManager.
EhCacheCacheManager()
Create a new EhCacheCacheManager, setting the target EhCache CacheManager through the #setCacheManager bean property.

Method

voidafterPropertiesSet()
voidsetCacheManager(@Nullable net.sf.ehcache.CacheManager cacheManager)
Set the backing EhCache net.sf.ehcache.CacheManager .
voidsetTransactionAware(boolean transactionAware)
Set whether this CacheManager should expose transaction-aware Cache objects.