- get(String) - 接口 中的方法com.github.offercat.cache.action.BaseAction
-
获取对象
Get object
- get(V) - 接口 中的方法com.github.offercat.cache.extra.CacheKeyGenerate
-
提供对象的唯一标识,返回生成的缓存key
Provide the unique ID of the object and return the generated cache key
- get(Collection<V>) - 接口 中的方法com.github.offercat.cache.extra.GetMulFunction
-
给定对象唯一标识的集合,返回对应的对象集合
Given the collection of unique ID of the object, return the corresponding object collection
- get() - 接口 中的方法com.github.offercat.cache.extra.ThrowFunction
-
获取执行结果
- get(String, Supplier<T>) - 接口 中的方法com.github.offercat.cache.MultipleCache
-
逐级获取对象后回填
Backfill after getting objects level by level
- get(String, T, Supplier<T>) - 接口 中的方法com.github.offercat.cache.MultipleCache
-
逐级获取对象后回填,带null值回填
Backfill after getting objects level by level, contains null value
- get(String, Supplier<T>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
-
- get(String, T, Supplier<T>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
-
- get(String) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
-
- get(String) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
-
- get(String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
-
- getCacheObject(String) - 接口 中的方法com.github.offercat.cache.action.BaseAction
-
获取内置缓存对象
Get built-in cache object
- getCacheObject(String) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
-
- getCacheObject(String) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
-
- getCacheObject(String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
-
- getClusterCacheInstance() - 类 中的方法com.github.offercat.cache.config.CacheFactory
-
- getClusterCacheInstance() - 类 中的方法com.github.offercat.cache.ready.ThreeLevelCacheFactory
-
- getConnection(CacheProperties) - 类 中的静态方法com.github.offercat.cache.config.MiddlewareCreator
-
获取单例的 Nats 连接
Get the Nats connection of a single instance
- getDirectCacheInstance() - 类 中的方法com.github.offercat.cache.config.CacheFactory
-
- getDirectCacheInstance() - 类 中的方法com.github.offercat.cache.ready.ThreeLevelCacheFactory
-
- getItemProperties() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
-
- getLocalCacheInstance() - 类 中的方法com.github.offercat.cache.config.CacheFactory
-
- getLocalCacheInstance() - 类 中的方法com.github.offercat.cache.ready.ThreeLevelCacheFactory
-
- getMap(String) - 接口 中的方法com.github.offercat.cache.action.MapAction
-
获取映射集
Get map
- getMap(String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
-
- getMapField(String, String) - 接口 中的方法com.github.offercat.cache.action.MapAction
-
获取 map 的字段值
Get the field value of map
- getMapField(String, String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
-
- getMul(List<String>) - 接口 中的方法com.github.offercat.cache.action.BaseAction
-
批量获取对象
Get multiple objects
- getMul(Collection<V>, CacheKeyGenerate<V>, GetMulFunction<T, V>) - 接口 中的方法com.github.offercat.cache.MultipleCache
-
获逐级批量获取对象后回填
Backfill after obtaining objects in batch level by level
- getMul(Collection<V>, CacheKeyGenerate<V>, T, GetMulFunction<T, V>) - 接口 中的方法com.github.offercat.cache.MultipleCache
-
获逐级批量获取对象后回填,带null值回填
Backfill after obtaining objects in batch level by level, contains null value
- getMul(Collection<V>, CacheKeyGenerate<V>, GetMulFunction<T, V>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
-
- getMul(Collection<V>, CacheKeyGenerate<V>, T, GetMulFunction<T, V>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
-
- getMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
-
- getMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
-
- getMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
-
- getMulCacheObject(List<String>) - 接口 中的方法com.github.offercat.cache.action.BaseAction
-
批量获取内置缓存对象
Get multiple built-in cache objects
- getMulCacheObject(List<String>) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
-
- getMulCacheObject(List<String>) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
-
- getMulCacheObject(List<String>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
-
- GetMulFunction<T,V> - com.github.offercat.cache.extra中的接口
-
批量回调策略
Batch callback policy
- getName() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
-
- getNext() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
-
- getObjectId() - 接口 中的方法com.github.offercat.cache.extra.CacheId
-
获取对象的唯一标识,这个标识根据用户定义的缓存Key生成策略生成缓存Key
Get the unique ID of the object, which generates the cache key according to the user-defined cache key generation policy
- getOrder() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
-
- getPrev() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
-
- getProxy(T, AbstractAop) - 类 中的方法com.github.offercat.cache.proxy.CommonProxy
-