Uses of Class
net.sf.ehcache.transaction.ReadCommittedSoftLockImpl
-
Packages that use ReadCommittedSoftLockImpl Package Description net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of ReadCommittedSoftLockImpl in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return ReadCommittedSoftLockImpl Modifier and Type Method Description ReadCommittedSoftLockImplReadCommittedSoftLockFactory. newSoftLock(SoftLockManager manager, java.lang.Object key)Construct a new softlock to be managed by the given manager for a specific key.
-