Uses of Interface
top.tangyh.basic.cache.repository.CachePlusOps
Packages that use CachePlusOps
-
Uses of CachePlusOps in top.tangyh.basic.cache
Methods in top.tangyh.basic.cache that return CachePlusOpsModifier and TypeMethodDescriptionCaffeineAutoConfigure.cachePlusOps()caffeine 增强持久库 仅用于避免报错, 正式环境请勿使用RedisAutoConfigure.cachePlusOps(RedisOps redisOps) redis 增强持久库 -
Uses of CachePlusOps in top.tangyh.basic.cache.repository.impl
Classes in top.tangyh.basic.cache.repository.impl that implement CachePlusOpsModifier and TypeClassDescriptionclass基于 Caffeine 实现的内存缓存, 主要用于开发、测试、演示环境 生产环境慎用!classRedis Repository redis 基本操作 可扩展,基本够用了