跳过导航链接
A B C D E G K L N P R S T V 

A

addCache(SpringCache) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCacheManager
 
addCache(SpringCache) - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
 
addCache(SpringCache) - 类 中的方法top.chukongxiang.spring.cache.manager.RedisCacheManager
在添加Cache时写入redis缓存
around(ProceedingJoinPoint) - 类 中的方法top.chukongxiang.spring.cache.aop.SpringCacheAop
 
around(ProceedingJoinPoint) - 类 中的方法top.chukongxiang.spring.cache.aop.SpringCacheClearAop
 

B

beanFactory - 类 中的变量top.chukongxiang.spring.cache.core.SpringCacheAutoConfiguration
 

C

Cache - top.chukongxiang.spring.cache.annotation中的注释类型
 
cache - 类 中的变量top.chukongxiang.spring.cache.model.RedisCache
该cache仅用于保存到Redis的写入缓存
CACHE_CACHE_MAP - 类 中的静态变量top.chukongxiang.spring.cache.manager.RedisCacheManager
 
CacheClear - top.chukongxiang.spring.cache.annotation中的注释类型
清空缓存注解
caches - 类 中的变量top.chukongxiang.spring.cache.manager.ExpiresCacheManager
以一个Map来作为缓存容器
clear() - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
清空缓存的所有内容
clear(String) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
clear() - 类 中的方法top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
 
clear() - 类 中的方法top.chukongxiang.spring.cache.model.RedisCache
 
clearCache(String[], Object) - 类 中的方法top.chukongxiang.spring.cache.aop.SpringCacheClearAop
 
convertCacheNames(Class<?>, Method, String, String[]) - 类 中的静态方法top.chukongxiang.spring.cache.aop.SpringCacheAop
 
createTime - 类 中的变量top.chukongxiang.spring.cache.model.value.ExpiresValue
该值创建的时间

D

DefaultSpringKeyGenerator - top.chukongxiang.spring.cache.generator中的类
默认的key生成器 生成结果:各个参数取值后hashCode
DefaultSpringKeyGenerator() - 类 的构造器top.chukongxiang.spring.cache.generator.DefaultSpringKeyGenerator
 

E

EnableSpringCache - top.chukongxiang.spring.cache.annotation中的注释类型
 
evict(Object) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
移除一个缓存
evict(Object) - 类 中的方法top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
 
evict(Object) - 类 中的方法top.chukongxiang.spring.cache.model.RedisCache
 
ExpiresCacheManager - top.chukongxiang.spring.cache.manager中的类
默认的缓存管理器
ExpiresCacheManager() - 类 的构造器top.chukongxiang.spring.cache.manager.ExpiresCacheManager
 
ExpiresConcurrentMapCache - top.chukongxiang.spring.cache.model中的类
缓存对象
ExpiresConcurrentMapCache() - 类 的构造器top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
 
ExpiresValue<V> - top.chukongxiang.spring.cache.model.value中的类
可过期的缓存值
ExpiresValue() - 类 的构造器top.chukongxiang.spring.cache.model.value.ExpiresValue
 

G

generate(Object, Method, Object...) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringKeyGenerator
自动生成key
generate(Object, Method, Object...) - 类 中的方法top.chukongxiang.spring.cache.generator.DefaultSpringKeyGenerator
各个参数取值后hashCode
get(Object) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
根据Key获取缓存的值
get(String, String) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
get(String, String, Class<T>) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
get(Object) - 类 中的方法top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
get时判断是否过期
get(Object) - 类 中的方法top.chukongxiang.spring.cache.model.RedisCache
 
getCache(String) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCacheManager
 
getCache(String) - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
 
getCache(String) - 类 中的方法top.chukongxiang.spring.cache.manager.RedisCacheManager
 
getMissingCache(String) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCacheManager
 
getMissingCache(String) - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
 
getMissingCache(String) - 类 中的方法top.chukongxiang.spring.cache.manager.RedisCacheManager
 
getName() - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
返回cacheName
getName() - 类 中的方法top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
 
getNativeCache() - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
返回实例化后的cache对象
getNativeCache() - 类 中的方法top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
 
getNativeCache() - 类 中的方法top.chukongxiang.spring.cache.model.RedisCache
 
getString(String, String) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
 

K

KEY_GENERATOR_MAP - 类 中的静态变量top.chukongxiang.spring.cache.aop.SpringCacheAop
缓存KeyGenerator,提高效率,不需要每次newInstance

L

lifeTime - 类 中的变量top.chukongxiang.spring.cache.model.value.ExpiresValue
该值的生存时间
lock - 类 中的变量top.chukongxiang.spring.cache.model.RedisCache
 

N

name - 类 中的变量top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
cacheName
name - 类 中的变量top.chukongxiang.spring.cache.model.RedisCache
 

P

parseKey(String, JoinPoint) - 类 中的静态方法top.chukongxiang.spring.cache.aop.SpringCacheAop
 
post() - 类 中的方法top.chukongxiang.spring.cache.aop.SpringCacheAop
 
prefix - 类 中的变量top.chukongxiang.spring.cache.aop.SpringCacheAop
默认前缀
prefix - 类 中的变量top.chukongxiang.spring.cache.aop.SpringCacheClearAop
 
put(Object, Object) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
向cache中放入一个缓存
put(Object, Object, long) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
向cache中放入一个缓存
put(String, String, Object) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
put(String, String, Object, long) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
put(Object, Object) - 类 中的方法top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
 
put(Object, Object, long) - 类 中的方法top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
put方法
put(Object, Object) - 类 中的方法top.chukongxiang.spring.cache.model.RedisCache
 
put(Object, Object, long) - 类 中的方法top.chukongxiang.spring.cache.model.RedisCache
 
putIfAbsent(Object, Object) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
当缓存中没有该值时放入缓存

R

RedisCache - top.chukongxiang.spring.cache.model中的类
 
RedisCache() - 类 的构造器top.chukongxiang.spring.cache.model.RedisCache
 
RedisCacheManager - top.chukongxiang.spring.cache.manager中的类
RedisCache 暂未实现
RedisCacheManager(RedisTemplate<String, Object>) - 类 的构造器top.chukongxiang.spring.cache.manager.RedisCacheManager
 
redisTemplate - 类 中的变量top.chukongxiang.spring.cache.manager.RedisCacheManager
 
redisTemplate - 类 中的变量top.chukongxiang.spring.cache.model.RedisCache
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheAutoConfiguration
 
registerSyntheticBeanIfMissing(BeanDefinitionRegistry, Class<?>, Class<?>) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheAutoConfiguration
检查并注册Bean
remove(String) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCacheManager
 
remove(String, Object) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCacheManager
 
remove(String, String) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
remove(String) - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
 
remove(String, Object) - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
 
remove(String) - 类 中的方法top.chukongxiang.spring.cache.manager.RedisCacheManager
 
remove(String, Object) - 类 中的方法top.chukongxiang.spring.cache.manager.RedisCacheManager
 

S

serializeKey(Object) - 类 中的方法top.chukongxiang.spring.cache.model.RedisCache
 
SPEL_EXPRESSION_PARSER - 类 中的静态变量top.chukongxiang.spring.cache.aop.SpringCacheAop
 
SpringCache - top.chukongxiang.spring.cache.core中的接口
 
SpringCacheAop - top.chukongxiang.spring.cache.aop中的类
 
SpringCacheAop(SpringCacheManager) - 类 的构造器top.chukongxiang.spring.cache.aop.SpringCacheAop
 
SpringCacheAutoConfiguration - top.chukongxiang.spring.cache.core中的类
 
SpringCacheAutoConfiguration() - 类 的构造器top.chukongxiang.spring.cache.core.SpringCacheAutoConfiguration
 
SpringCacheClearAop - top.chukongxiang.spring.cache.aop中的类
 
SpringCacheClearAop() - 类 的构造器top.chukongxiang.spring.cache.aop.SpringCacheClearAop
 
springCacheManager - 类 中的变量top.chukongxiang.spring.cache.aop.SpringCacheAop
缓存管理器,Bean注入
springCacheManager - 类 中的变量top.chukongxiang.spring.cache.aop.SpringCacheClearAop
 
SpringCacheManager - top.chukongxiang.spring.cache.core中的接口
 
springCacheManager - 类 中的变量top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
SpringCacheTemplate - top.chukongxiang.spring.cache.core中的类
 
SpringCacheTemplate(SpringCacheManager) - 类 的构造器top.chukongxiang.spring.cache.core.SpringCacheTemplate
 
SpringKeyGenerator - top.chukongxiang.spring.cache.core中的接口
Key自动生成
store - 类 中的变量top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
缓存内容map

T

top.chukongxiang.spring.cache.annotation - 程序包 top.chukongxiang.spring.cache.annotation
 
top.chukongxiang.spring.cache.aop - 程序包 top.chukongxiang.spring.cache.aop
 
top.chukongxiang.spring.cache.core - 程序包 top.chukongxiang.spring.cache.core
 
top.chukongxiang.spring.cache.generator - 程序包 top.chukongxiang.spring.cache.generator
 
top.chukongxiang.spring.cache.manager - 程序包 top.chukongxiang.spring.cache.manager
 
top.chukongxiang.spring.cache.model - 程序包 top.chukongxiang.spring.cache.model
 
top.chukongxiang.spring.cache.model.value - 程序包 top.chukongxiang.spring.cache.model.value
 

V

value - 类 中的变量top.chukongxiang.spring.cache.model.value.ExpiresValue
缓存的值
A B C D E G K L N P R S T V 
跳过导航链接

Copyright © 2022 Pivotal Software, Inc.. All rights reserved.