MCPcopy Create free account

hub / github.com/binghe001/spring-redis / types & classes

Types & classes19 in github.com/binghe001/spring-redis

InterfaceDistributeCacheService
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 分布式缓存接口,通用型接口,在满足分布式缓存的需求时,解决了缓存击穿、穿透和雪崩的问题 @github https://github.com/binghe001 @copyr
src/main/java/io/binghe/redis/cache/distribute/DistributeCacheService.java:38
ClassDistributeCacheServiceTest
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 测试分布式缓存 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/test/java/io/binghe/redis/test/DistributeCacheServiceTest.java:38
InterfaceDistributedLock
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 分布式锁接口 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/lock/DistributedLock.java:27
InterfaceDistributedLockFactory
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 分布式锁工程接口 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/lock/factory/DistributedLockFactory.java:27
InterfaceDistributedSemaphore
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 分布式可过期信号量 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/semaphore/DistributedSemaphore.java:27
InterfaceDistributedSemaphoreFactory
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 分布式可过期信号量工厂类 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/semaphore/factory/DistributedSemaphoreFactory.java:27
ClassGuavaLocalCacheService
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 基于Guava实现的本地缓存 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/cache/local/guava/impl/GuavaLocalCacheService.java:32
InterfaceLocalCacheService
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 本地缓存接口 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/cache/local/LocalCacheService.java:25
ClassLocalGuavaCacheFactory
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 基于Guava的本地缓存工厂类 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/cache/local/guava/factoty/LocalGuavaCacheFactory.java:30
ClassRedisData
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 缓存到Redis中的数据,主要配合使用数据的逻辑过期 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/cache/distribute/data/RedisData.java:27
ClassRedisDistributeCacheService
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 基于Redis实现的分布式缓存,在满足分布式缓存的需求时,解决了缓存击穿、穿透和雪崩的问题 @github https://github.com/binghe001 @cop
src/main/java/io/binghe/redis/cache/distribute/redis/RedisDistributeCacheService.java:49
ClassRedisPoolConfig
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description Redis连接池配置 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/config/RedisPoolConfig.java:59
ClassRedissonConfig
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description Redisson配置 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/config/RedissonConfig.java:38
ClassRedissonLockFactory
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 基于Redisson的分布式锁实现 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/lock/redisson/RedissonLockFactory.java:37
ClassRedissonSemaphoreFactory
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 基于Redisson的分布式可过期信号量工厂 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/semaphore/redisson/RedissonSemaphoreFactory.java:35
ClassSpringRedisStarter
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 启动类 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/SpringRedisStarter.java:29
ClassThreadPoolUtils
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 线程工具类 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/utils/ThreadPoolUtils.java:27
ClassTypeConversion
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 类型转换 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/main/java/io/binghe/redis/cache/distribute/conversion/TypeConversion.java:31
ClassUser
@author binghe(微信 : hacker_binghe) @version 1.0.0 @description 测试对象 @github https://github.com/binghe001 @copyright 公众号: 冰河技术
src/test/java/io/binghe/redis/test/bean/User.java:27