Uses of Interface
net.sf.ehcache.transaction.SoftLockFactory
-
Packages that use SoftLockFactory 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. -
-
Uses of SoftLockFactory in net.sf.ehcache
Methods in net.sf.ehcache with parameters of type SoftLockFactory Modifier and Type Method Description SoftLockManagerFeaturesManager. createSoftLockManager(Ehcache cache, SoftLockFactory lockFactory)Create a soft-lock map for the given cache -
Uses of SoftLockFactory in net.sf.ehcache.transaction
Classes in net.sf.ehcache.transaction that implement SoftLockFactory Modifier and Type Class Description classReadCommittedSoftLockFactoryA factory of read-committed soft locks.Constructors in net.sf.ehcache.transaction with parameters of type SoftLockFactory Constructor 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
-