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
-
已过时。
- around(ProceedingJoinPoint) - 类 中的方法top.chukongxiang.spring.cache.aop.SpringCacheAop
-
B
- beanFactory - 类 中的变量top.chukongxiang.spring.cache.core.SpringCacheAutoConfiguration
-
C
- Cache - top.chukongxiang.spring.cache.annotation中的注释类型
-
- 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
-
- createTime - 类 中的变量top.chukongxiang.spring.cache.model.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
-
- 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 - top.chukongxiang.spring.cache.model中的类
-
可过期的缓存值
- ExpiresValue() - 类 的构造器top.chukongxiang.spring.cache.model.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时判断是否过期
- getCache(String) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCacheManager
-
- getCache(String) - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
-
- getCache(String) - 类 中的方法top.chukongxiang.spring.cache.manager.RedisCacheManager
-
已过时。
- getCacheNames() - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCacheManager
-
- getCacheNames() - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
-
- getCacheNames() - 类 中的方法top.chukongxiang.spring.cache.manager.RedisCacheManager
-
已过时。
- getMissingCache(String) - 类 中的方法top.chukongxiang.spring.cache.manager.ExpiresCacheManager
-
- 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
-
- 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.ExpiresValue
-
该值的生存时间
N
- name - 类 中的变量top.chukongxiang.spring.cache.model.ExpiresConcurrentMapCache
-
cacheName
P
- parseKey(String, JoinPoint) - 类 中的方法top.chukongxiang.spring.cache.aop.SpringCacheAop
-
- post() - 类 中的方法top.chukongxiang.spring.cache.aop.SpringCacheAop
-
- prefix - 类 中的变量top.chukongxiang.spring.cache.aop.SpringCacheAop
-
默认前缀
- 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方法
- putIfAbsent(Object, Object) - 接口 中的方法top.chukongxiang.spring.cache.core.SpringCache
-
当缓存中没有该值时放入缓存
R
- RedisCacheManager - top.chukongxiang.spring.cache.manager中的类
-
已过时。
- RedisCacheManager() - 类 的构造器top.chukongxiang.spring.cache.manager.RedisCacheManager
-
已过时。
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheAutoConfiguration
-
- registerSyntheticBeanIfMissing(BeanDefinitionRegistry, Class<?>, Class<?>) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheAutoConfiguration
-
检查并注册Bean
- remove(String, String) - 类 中的方法top.chukongxiang.spring.cache.core.SpringCacheTemplate
-
S
- spelExpressionParser - 类 中的变量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
-
- springCacheManager - 类 中的变量top.chukongxiang.spring.cache.aop.SpringCacheAop
-
缓存管理器,Bean注入
- 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
-
V
- value - 类 中的变量top.chukongxiang.spring.cache.model.ExpiresValue
-
缓存的值
A B C D E G K L N P R S T V
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.