Java org.apache.shiro.cache.ehcache EhCacheManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.cache.ehcache EhCacheManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.cache.ehcache EhCacheManager.

The text is from its open source code.

Subclass

org.apache.shiro.cache.ehcache.EhCacheManager has subclasses.
Click this link to see all its subclasses.

Constructor

EhCacheManager()
Default no argument constructor

Method

voidsetCacheManager(net.sf.ehcache.CacheManager manager)
Sets the wrapped Ehcache net.sf.ehcache.CacheManager CacheManager instance.
voidsetCacheManagerConfigFile(String classpathLocation)
Sets the resource location of the config file used to initialize the wrapped EhCache CacheManager instance.