B C D E G I L N O P R S T U

B

buildCache(String, Properties) - Method in class org.hibernate.cache.EhCacheProvider
Builds a Cache.
buildCache(String, Properties) - Method in class org.hibernate.cache.SingletonEhCacheProvider
Builds a Cache.

C

clear() - Method in class org.hibernate.cache.EhCache
Remove all elements in the cache, but leave the cache in a usable state.

D

destroy() - Method in class org.hibernate.cache.EhCache
Remove the cache and make it unusable.

E

EhCache - Class in org.hibernate.cache
EHCache plugin for Hibernate

EHCache uses a net.sf.ehcache.store.MemoryStore and a net.sf.ehcache.store.DiskStore.

EhCache(Ehcache) - Constructor for class org.hibernate.cache.EhCache
Creates a new Hibernate pluggable cache based on a cache name.
EhCacheProvider - Class in org.hibernate.cache
Cache Provider plugin for ehcache-1.2.
EhCacheProvider() - Constructor for class org.hibernate.cache.EhCacheProvider
 

G

get(Object) - Method in class org.hibernate.cache.EhCache
Gets a value of an element which matches the given key.
getElementCountInMemory() - Method in class org.hibernate.cache.EhCache
 
getElementCountOnDisk() - Method in class org.hibernate.cache.EhCache
 
getRegionName() - Method in class org.hibernate.cache.EhCache
 
getSizeInMemory() - Method in class org.hibernate.cache.EhCache
Warning: This method can be very expensive to run.
getTimeout() - Method in class org.hibernate.cache.EhCache
Returns the lock timeout for this cache.

I

isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.EhCacheProvider
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.SingletonEhCacheProvider
Not sure what this is supposed to do.

L

lock(Object) - Method in class org.hibernate.cache.EhCache
Calls to this method should perform there own synchronization.

N

NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME - Static variable in class org.hibernate.cache.SingletonEhCacheProvider
The Hibernate system property specifying the location of the ehcache configuration file name.
nextTimestamp() - Method in class org.hibernate.cache.EhCache
Gets the next timestamp;
nextTimestamp() - Method in class org.hibernate.cache.EhCacheProvider
Returns the next timestamp.
nextTimestamp() - Method in class org.hibernate.cache.SingletonEhCacheProvider
Returns the next timestamp.

O

org.hibernate.cache - package org.hibernate.cache
 

P

put(Object, Object) - Method in class org.hibernate.cache.EhCache
Puts an object into the cache.

R

read(Object) - Method in class org.hibernate.cache.EhCache
 
remove(Object) - Method in class org.hibernate.cache.EhCache
Removes the element which matches the key.

S

SingletonEhCacheProvider - Class in org.hibernate.cache
Singleton cache Provider plugin for Hibernate 3.2 and ehcache-1.2.
SingletonEhCacheProvider() - Constructor for class org.hibernate.cache.SingletonEhCacheProvider
 
start(Properties) - Method in class org.hibernate.cache.EhCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
start(Properties) - Method in class org.hibernate.cache.SingletonEhCacheProvider
Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
stop() - Method in class org.hibernate.cache.EhCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
stop() - Method in class org.hibernate.cache.SingletonEhCacheProvider
Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().

T

toMap() - Method in class org.hibernate.cache.EhCache
 
toString() - Method in class org.hibernate.cache.EhCache
 

U

unlock(Object) - Method in class org.hibernate.cache.EhCache
Calls to this method should perform there own synchronization.
update(Object, Object) - Method in class org.hibernate.cache.EhCache
Puts an object into the cache.

B C D E G I L N O P R S T U

Copyright © 2011 Hibernate.org. All Rights Reserved.