C D E G I K M O P R S T V

C

clear() - Method in class org.apache.shiro.cache.ehcache.EhCache
Removes all elements in the cache, but leaves the cache in a useable state.

D

destroy() - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Shuts-down the wrapped Ehcache CacheManager only if implicitly created.

E

EhCache<K,V> - Class in org.apache.shiro.cache.ehcache
Shiro Cache implementation that wraps an Ehcache instance.
EhCache(Ehcache) - Constructor for class org.apache.shiro.cache.ehcache.EhCache
Constructs a new EhCache instance with the given cache.
EhCacheManager - Class in org.apache.shiro.cache.ehcache
Shiro CacheManager implementation utilizing the Ehcache framework for all cache functionality.
EhCacheManager() - Constructor for class org.apache.shiro.cache.ehcache.EhCacheManager
Default no argument constructor

G

get(K) - Method in class org.apache.shiro.cache.ehcache.EhCache
Gets a value of an element which matches the given key.
getCache(String) - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Loads an existing EhCache from the cache manager, or starts a new cache if one is not found.
getCacheManager() - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Returns the wrapped Ehcache CacheManager instance.
getCacheManagerConfigFile() - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Returns the resource location of the config file used to initialize a new EhCache CacheManager instance.
getCacheManagerConfigFileInputStream() - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Acquires the InputStream for the ehcache configuration file using ResourceUtils.getInputStreamForPath with the path returned from getCacheManagerConfigFile().
getDiskStoreSize() - Method in class org.apache.shiro.cache.ehcache.EhCache
Returns the size (in bytes) that this EhCache's disk store is consuming or -1 if that number is unknown or cannot be calculated.
getMemoryStoreSize() - Method in class org.apache.shiro.cache.ehcache.EhCache
Returns the size (in bytes) that this EhCache's memory store is using (RAM), or -1 if that number is unknown or cannot be calculated.
getMemoryUsage() - Method in class org.apache.shiro.cache.ehcache.EhCache
Returns the size (in bytes) that this EhCache is using in memory (RAM), or -1 if that number is unknown or cannot be calculated.

I

init() - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Initializes this instance.

K

keys() - Method in class org.apache.shiro.cache.ehcache.EhCache
 

M

manager - Variable in class org.apache.shiro.cache.ehcache.EhCacheManager
The EhCache cache manager used by this implementation to create caches.

O

org.apache.shiro.cache.ehcache - package org.apache.shiro.cache.ehcache
Ehcache-based implementations of Shiro's cache interfaces.

P

put(K, V) - Method in class org.apache.shiro.cache.ehcache.EhCache
Puts an object into the cache.

R

remove(K) - Method in class org.apache.shiro.cache.ehcache.EhCache
Removes the element which matches the key.

S

setCacheManager(CacheManager) - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Sets the wrapped Ehcache CacheManager instance.
setCacheManagerConfigFile(String) - Method in class org.apache.shiro.cache.ehcache.EhCacheManager
Sets the resource location of the config file used to initialize the wrapped EhCache CacheManager instance.
size() - Method in class org.apache.shiro.cache.ehcache.EhCache
 

T

toString() - Method in class org.apache.shiro.cache.ehcache.EhCache
Returns "EhCache [" + cache.getName() + "]"

V

values() - Method in class org.apache.shiro.cache.ehcache.EhCache
 

C D E G I K M O P R S T V

Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.