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.
|
Constructor and Description |
---|
AbstractSoftLockManager(String cacheName,
SoftLockFactory lockFactory)
Create an abstract soft lock manager for the given cache name and soft lock factory.
|
SoftLockManagerImpl(String cacheName,
SoftLockFactory lockFactory)
Create a new ReadCommittedSoftLockFactoryImpl instance for a cache
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.