Uses of Interface
org.infinispan.hibernate.cache.commons.TimeSource
-
Packages that use TimeSource Package Description org.infinispan.hibernate.cache.commons Defines the integration with Infinispan as a second-level cache service.org.infinispan.hibernate.cache.commons.access 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.commons Modifier and Type Interface Description interface
InfinispanBaseRegion
Any region usingAdvancedCache
for the underlying storage.interface
InfinispanDataRegion
-
Uses of TimeSource in org.infinispan.hibernate.cache.commons.access
Constructors in org.infinispan.hibernate.cache.commons.access with parameters of type TimeSource Constructor Description PutFromLoadValidator(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.
-