Package | Description |
---|---|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.disk |
This package contains the disk store.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyStoreWrapper
A wrapper to convert a legacy pair of stores into a new style compound store.
|
class |
LruMemoryStore
An implementation of a LruMemoryStore.
|
class |
MemoryStore
A Store implementation suitable for fast, concurrent in memory stores.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskStore
Implements a persistent-to-disk store.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransactionStore
Abstract transactional store which provides implementation of all non-transactional methods
|
Modifier and Type | Class and Description |
---|---|
class |
JtaLocalTransactionStore
A Store implementation with support for local transactions driven by a JTA transaction manager
|
class |
LocalTransactionStore
A Store implementation with support for local transactions
|
Modifier and Type | Class and Description |
---|---|
class |
XATransactionStore |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.