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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
EhcachegetObject()
voidsetCacheManager(CacheManager cacheManager)
Set a CacheManager from which to retrieve a named Cache instance.
voidsetCacheName(String cacheName)
Set a name for which to retrieve or create a cache instance.