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