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.

C

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

D

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

E

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

EHCache uses a MemoryStore and a DiskStore.

EhCache(Cache) - 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
 

L

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

N

nextTimestamp() - Method in class org.hibernate.cache.EhCache
Gets the next timestamp;
nextTimestamp() - Method in class org.hibernate.cache.EhCacheProvider
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

start(Properties) - Method in class org.hibernate.cache.EhCacheProvider
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().

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 © 2008 Hibernate.org. All Rights Reserved.