Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
Modifier and Type | Method and Description |
---|---|
SoftLockManager |
FeaturesManager.createSoftLockManager(Ehcache cache,
SoftLockFactory lockFactory)
Create a soft-lock map for the given cache
|
Modifier and Type | Class and Description |
---|---|
class |
ReadCommittedSoftLockFactory
A factory of read-committed soft locks.
|
Modifier and Type | Field and Description |
---|---|
private SoftLockFactory |
AbstractSoftLockManager.lockFactory |
Constructor and Description |
---|
AbstractSoftLockManager(java.lang.String cacheName,
SoftLockFactory lockFactory)
Create an abstract soft lock manager for the given cache name and soft lock factory.
|
SoftLockManagerImpl(java.lang.String cacheName,
SoftLockFactory lockFactory)
Create a new ReadCommittedSoftLockFactoryImpl instance for a cache
|