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 TypeClassDescriptionclassImplementation 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 DistributedSetBibernateSecondLevelCacheSession.distributedSetThe distributed set used for caching entities.