|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Cache
.
Cache
.
BeanHandler
to add disk caches to the configuration
BeanHandler
to add disk caches to the configuration
BeanHandler
to add disk store locationb to the configuration
Element
from the Disk Store.
Element
is updated.
MemoryStore
or a DiskStore
.
LinkedHashMap
(JDK1.4) and then
tries to load an LRUMap
.
LinkedHashMap
is created with LRU by access order.
removeEldestEntry(java.util.Map.Entry)
to persist cache entries to the auxiliary cache before they are removed.MemoryStore
and a
DiskStore
.hibernate.cache.provider_class=net.sf.ehcache.hibernate.Provider
in Hibernate 2.1 or later.Element
from the Cache.
CacheManager.create()
must ultimately be matched by a call
to this method.
String
representation of Cache
String
representation of the Element
String
representation of the DiskStore
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |