Uses of Interface
top.tangyh.basic.cache.lock.DistributedLock
Packages that use DistributedLock
-
Uses of DistributedLock in top.tangyh.basic.cache
Methods in top.tangyh.basic.cache that return DistributedLockModifier and TypeMethodDescriptionCaffeineAutoConfigure.caffeineDistributedLock()为了解决演示环境启动报错而加的类RedisAutoConfigure.redisDistributedLock(org.springframework.data.redis.core.RedisTemplate<String, Object> redisTemplate) 分布式锁 -
Uses of DistributedLock in top.tangyh.basic.cache.lock
Classes in top.tangyh.basic.cache.lock that implement DistributedLockModifier and TypeClassDescriptionclass分布式锁 只能用redis实现 写这个类的目的,只是为了防止代码启动报错classredis分布式锁实现