Uses of Interface
org.infinispan.hibernate.cache.commons.TimeSource
Packages that use TimeSource
Package
Description
Defines the integration with Infinispan as a second-level cache service.
Internal Infinispan-based implementation of the cache region access strategies
-
Uses of TimeSource in org.infinispan.hibernate.cache.commons
Subinterfaces of TimeSource in org.infinispan.hibernate.cache.commonsModifier and TypeInterfaceDescriptioninterfaceAny region usingAdvancedCachefor the underlying storage.interface -
Uses of TimeSource in org.infinispan.hibernate.cache.commons.access
Constructors in org.infinispan.hibernate.cache.commons.access with parameters of type TimeSourceModifierConstructorDescriptionPutFromLoadValidator(org.infinispan.AdvancedCache cache, TimeSource timeSource, org.infinispan.configuration.cache.Configuration pendingPutsConfiguration) Creates a new put from load validator instance.PutFromLoadValidator(org.infinispan.AdvancedCache cache, TimeSource timeSource, org.infinispan.manager.EmbeddedCacheManager cacheManager, org.infinispan.configuration.cache.Configuration pendingPutsConfiguration) Creates a new put from load validator instance.