Uses of Interface
net.sf.ehcache.FeaturesManager
-
Packages that use FeaturesManager 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 FeaturesManager in net.sf.ehcache
Methods in net.sf.ehcache that return FeaturesManager Modifier and Type Method Description FeaturesManagerCacheManager. getFeaturesManager()Get the features manager. -
Uses of FeaturesManager in net.sf.ehcache.transaction
Constructors in net.sf.ehcache.transaction with parameters of type FeaturesManager Constructor Description DelegatingTransactionIDFactory(FeaturesManager featuresManager, TerracottaClient terracottaClient, java.lang.String cacheManagerName)Create a new DelegatingTransactionIDFactory
-