Uses of Interface
io.github.blyznytsiaorg.bibernate.cache.DistributedSet
Packages that use DistributedSet
Package
Description
-
Uses of DistributedSet in io.github.blyznytsiaorg.bibernate.cache
Methods in io.github.blyznytsiaorg.bibernate.cache that return DistributedSetModifier and TypeMethodDescriptionRedisConfiguration.getDistributedMap()
Retrieves a DistributedSet instance for interacting with the distributed cache. -
Uses of DistributedSet in io.github.blyznytsiaorg.bibernate.cache.impl
Classes in io.github.blyznytsiaorg.bibernate.cache.impl that implement DistributedSetModifier and TypeClassDescriptionclass
Implementation of the DistributedSet interface using Redis as the distributed cache. -
Uses of DistributedSet in io.github.blyznytsiaorg.bibernate.session
Fields in io.github.blyznytsiaorg.bibernate.session declared as DistributedSetModifier and TypeFieldDescriptionprivate final DistributedSet
BibernateSecondLevelCacheSession.distributedSet
The distributed set used for caching entities.