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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidafterPropertiesSet()
CacheManagergetObject()
voidsetAcceptExisting(boolean acceptExisting)
Set whether an existing EhCache CacheManager of the same name will be accepted for this EhCacheManagerFactoryBean setup.
voidsetCacheManagerName(String cacheManagerName)
Set the name of the EhCache CacheManager (if a specific name is desired).
voidsetConfigLocation(Resource configLocation)
Set the location of the EhCache config file.
voidsetShared(boolean shared)
Set whether the EhCache CacheManager should be shared (as a singleton at the ClassLoader level) or independent (typically local within the application).