A B C D E G I K L M O P R S
A
- accept(CacheBuilder<CaffeineCache>) - 类 中的方法com.github.bootfastconfig.cache.caffeine.MyCaffeineCacheManager
-
- addCache(T) - 接口 中的方法com.github.bootfastconfig.cache.CacheConfig
-
- addCache(CacheBuilder<CaffeineCache>) - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- addCache(CacheBuilder<RedisCacheConfiguration>) - 类 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
- addCaches(Collection<T>) - 接口 中的方法com.github.bootfastconfig.cache.CacheConfig
-
- addCaches(Collection<CacheBuilder<CaffeineCache>>) - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- addCaches(Collection<CacheBuilder<RedisCacheConfiguration>>) - 类 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
- addCaffeineCacheConfig(CaffeineCacheConfig) - 接口 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfigGather
-
Add caffeine cache config.
- addDefaultCache(Caffeine<Object, Object>) - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- addDefaultCache(RedisCacheConfiguration) - 类 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
- addRedisCacheConfig(RedisCacheConfig) - 接口 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfigGather
-
Add redis cache config.
- afterPropertiesSet() - 类 中的方法com.github.bootfastconfig.cache.redis.RedisConfig
-
- AnnotationConfigCacheBuilder<T extends CacheBuilder> - com.github.bootfastconfig.cache中的类
-
- AnnotationConfigCacheBuilder(Set<CacheSimpleConfig>) - 类 的构造器com.github.bootfastconfig.cache.AnnotationConfigCacheBuilder
-
- AnnotationConfigCacheBuilder(Set<CacheSimpleConfig>, Function<CacheSimpleConfig, T>) - 类 的构造器com.github.bootfastconfig.cache.AnnotationConfigCacheBuilder
-
B
- BindScannerRegistrar - com.github.bootfastconfig.cache中的类
-
- BindScannerRegistrar() - 类 的构造器com.github.bootfastconfig.cache.BindScannerRegistrar
-
C
- CacheAuotConfig - com.github.bootfastconfig.cache中的类
-
- CacheAuotConfig() - 类 的构造器com.github.bootfastconfig.cache.CacheAuotConfig
-
- CacheAuotConfigSelector - com.github.bootfastconfig.cache中的类
-
- CacheAuotConfigSelector() - 类 的构造器com.github.bootfastconfig.cache.CacheAuotConfigSelector
-
- CacheBeanNameConstant - com.github.bootfastconfig.cache中的接口
-
- CacheBuilder<T> - com.github.bootfastconfig.cache中的接口
-
- CacheConfig<T extends CacheBuilder> - com.github.bootfastconfig.cache中的接口
-
- CacheConfigProperties - com.github.bootfastconfig.cache.properties中的类
-
- CacheConfigProperties() - 类 的构造器com.github.bootfastconfig.cache.properties.CacheConfigProperties
-
- cacheManager() - 类 中的方法com.github.bootfastconfig.cache.CachingConfigurer
-
重写这个方法,目的是用以提供默认的cacheManager
- cacheManager(CaffeineCacheManager, RedisCacheManager, RedisTemplate<Object, Object>) - 类 中的方法com.github.bootfastconfig.cache.L2CacheConfig
-
- cacheManager(RedisConnectionFactory) - 类 中的方法com.github.bootfastconfig.cache.redis.RedisConfig
-
Cache manager cache manager.
- CacheMessage - com.github.bootfastconfig.cache中的类
-
- CacheMessage(String, Object) - 类 的构造器com.github.bootfastconfig.cache.CacheMessage
-
- CacheMessageRedisListener - com.github.bootfastconfig.cache中的类
-
- CacheMessageRedisListener(RedisTemplate<Object, Object>, RedisCaffeineL2CacheManager) - 类 的构造器com.github.bootfastconfig.cache.CacheMessageRedisListener
-
- CacheSimpleConfig - com.github.bootfastconfig.cache中的注释类型
-
The interface Cache simple config.
- CacheSimpleConfig.CacheAnnotationType - com.github.bootfastconfig.cache中的接口
-
The interface Cache annotation type.
- CacheSimpleConfig.List - com.github.bootfastconfig.cache中的注释类型
-
The interface List.
- CacheSimpleConfigBuilder<T> - com.github.bootfastconfig.cache中的类
-
- CacheSimpleConfigBuilder() - 类 的构造器com.github.bootfastconfig.cache.CacheSimpleConfigBuilder
-
- CachingConfigurer - com.github.bootfastconfig.cache中的类
-
- CachingConfigurer() - 类 的构造器com.github.bootfastconfig.cache.CachingConfigurer
-
- CAFFEINE_CACHE_MANAGER - 接口 中的静态变量com.github.bootfastconfig.cache.CacheBeanNameConstant
-
- CaffeineBuilder - com.github.bootfastconfig.cache.caffeine中的类
-
- CaffeineBuilder() - 类 的构造器com.github.bootfastconfig.cache.caffeine.CaffeineBuilder
-
- CaffeineCacheConfig - com.github.bootfastconfig.cache.caffeine中的类
-
- CaffeineCacheConfig() - 类 的构造器com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- CaffeineCacheConfigGather - com.github.bootfastconfig.cache.caffeine中的接口
-
- caffeineCacheManager() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineConfig
-
- CaffeineCacheProperties - com.github.bootfastconfig.cache.properties中的类
-
- CaffeineCacheProperties() - 类 的构造器com.github.bootfastconfig.cache.properties.CaffeineCacheProperties
-
- CaffeineConfig - com.github.bootfastconfig.cache.caffeine中的类
-
- CaffeineConfig() - 类 的构造器com.github.bootfastconfig.cache.caffeine.CaffeineConfig
-
- clean(String, byte[]) - 类 中的方法com.github.bootfastconfig.cache.redis.MyRedisCacheWriter
-
- clear() - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
- clearCache(CacheMessage) - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
根据CacheMessage 进行清除缓存
- clearCache(CacheMessage) - 类 中的方法com.github.bootfastconfig.cache.RedisCaffeineL2CacheManager
-
- com.github.bootfastconfig.cache - 程序包 com.github.bootfastconfig.cache
-
- com.github.bootfastconfig.cache.caffeine - 程序包 com.github.bootfastconfig.cache.caffeine
-
- com.github.bootfastconfig.cache.l2cache - 程序包 com.github.bootfastconfig.cache.l2cache
-
- com.github.bootfastconfig.cache.properties - 程序包 com.github.bootfastconfig.cache.properties
-
- com.github.bootfastconfig.cache.redis - 程序包 com.github.bootfastconfig.cache.redis
-
D
- Duration - com.github.bootfastconfig.cache中的类
-
- Duration() - 类 的构造器com.github.bootfastconfig.cache.Duration
-
E
- errorHandler() - 类 中的方法com.github.bootfastconfig.cache.CachingConfigurer
-
如果cache出错, 我们会记录在日志里,方便排查,比如反序列化异常
- eventPubl(CacheMessage) - 类 中的方法com.github.bootfastconfig.cache.RedisCaffeineL2CacheManager
-
- evict(Object) - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
- exportConsumer(Consumer<T>) - 接口 中的方法com.github.bootfastconfig.cache.CacheConfig
-
- exportConsumer(Consumer<CacheBuilder<CaffeineCache>>) - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- exportConsumer(Consumer<CacheBuilder<RedisCacheConfiguration>>) - 类 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
G
- get() - 类 中的方法com.github.bootfastconfig.cache.AnnotationConfigCacheBuilder
-
- get() - 类 中的方法com.github.bootfastconfig.cache.CacheSimpleConfigBuilder
-
- get() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineBuilder
-
- get(Object, Callable<T>) - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
- get(String, byte[]) - 类 中的方法com.github.bootfastconfig.cache.redis.MyRedisCacheWriter
-
- get() - 类 中的方法com.github.bootfastconfig.cache.redis.RedisBuilder
-
- getBasePackages(AnnotationMetadata) - 类 中的方法com.github.bootfastconfig.cache.BindScannerRegistrar
-
- getCache(String) - 类 中的方法com.github.bootfastconfig.cache.caffeine.MyCaffeineCacheManager
-
- getCache(String) - 类 中的方法com.github.bootfastconfig.cache.RedisCaffeineL2CacheManager
-
- getCacheBuilder() - 接口 中的方法com.github.bootfastconfig.cache.CacheConfig
-
- getCacheBuilder() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- getCacheBuilder() - 类 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
- getCacheNames() - 类 中的方法com.github.bootfastconfig.cache.RedisCaffeineL2CacheManager
-
- getCaffeineCacheProperties() - 类 中的方法com.github.bootfastconfig.cache.CacheAuotConfig
-
- getDefaultCache() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- getDefaultCache() - 类 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
- getDefaultCaffeineConfig() - 接口 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfigGather
-
Get caffeine builder caffeine builder.
- getDefaultRedisCacheConfig() - 接口 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfigGather
-
Get default redis cache config redis cache configuration.
- getExpireAfterAccess() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineBuilder
-
- getExpireAfterWrite() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineBuilder
-
- getInitialCapacity() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineBuilder
-
- getL2CacheProperties() - 类 中的方法com.github.bootfastconfig.cache.CacheAuotConfig
-
- getMaximumSize() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineBuilder
-
- getMaximumWeight() - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineBuilder
-
- getName() - 类 中的方法com.github.bootfastconfig.cache.AnnotationConfigCacheBuilder
-
- getName() - 接口 中的方法com.github.bootfastconfig.cache.CacheBuilder
-
- getName() - 类 中的方法com.github.bootfastconfig.cache.CacheSimpleConfigBuilder
-
- getName() - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
- getNativeCache() - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
- getPool() - 类 中的方法com.github.bootfastconfig.cache.properties.RedissonProperties
-
- getPropertiesCacheConfig() - 类 中的方法com.github.bootfastconfig.cache.CacheAuotConfig
-
- getScanner() - 类 中的方法com.github.bootfastconfig.cache.BindScannerRegistrar
-
- getShutdownTimeout() - 类 中的方法com.github.bootfastconfig.cache.properties.RedissonProperties
-
I
- importCacheBuilder(CacheConfig<T>) - 接口 中的方法com.github.bootfastconfig.cache.CacheConfig
-
- importCacheBuilder(CacheConfig<CacheBuilder<CaffeineCache>>) - 类 中的方法com.github.bootfastconfig.cache.caffeine.CaffeineCacheConfig
-
- importCacheBuilder(CacheConfig<CacheBuilder<RedisCacheConfiguration>>) - 类 中的方法com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
K
- keyGenerator() - 类 中的方法com.github.bootfastconfig.cache.CachingConfigurer
-
在使用@Cacheable时,如果不指定key,则使用找个默认的key生成器生成的key
L
- L2_CACHE_MANAGER - 接口 中的静态变量com.github.bootfastconfig.cache.CacheBeanNameConstant
-
- L2Cache - com.github.bootfastconfig.cache.l2cache中的类
-
- L2Cache(boolean) - 类 的构造器com.github.bootfastconfig.cache.l2cache.L2Cache
-
- L2Cache(String, String, Cache, Cache, Consumer<CacheMessage>) - 类 的构造器com.github.bootfastconfig.cache.l2cache.L2Cache
-
- L2CacheConfig - com.github.bootfastconfig.cache中的类
-
- L2CacheConfig() - 类 的构造器com.github.bootfastconfig.cache.L2CacheConfig
-
- L2CacheProperties - com.github.bootfastconfig.cache.properties中的类
-
- L2CacheProperties() - 类 的构造器com.github.bootfastconfig.cache.properties.L2CacheProperties
-
- LOCAL - 接口 中的静态变量com.github.bootfastconfig.cache.CacheSimpleConfig.CacheAnnotationType
-
- logger - 类 中的变量com.github.bootfastconfig.cache.BindScannerRegistrar
-
- lookup(Object) - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
M
- MyCaffeineCacheManager - com.github.bootfastconfig.cache.caffeine中的类
-
- MyRedisCacheWriter - com.github.bootfastconfig.cache.redis中的类
-
O
- onMessage(Message, byte[]) - 类 中的方法com.github.bootfastconfig.cache.CacheMessageRedisListener
-
P
- Pool() - 类 的构造器com.github.bootfastconfig.cache.properties.RedissonProperties.Pool
-
- put(Object, Object) - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
- put(String, byte[], byte[], Duration) - 类 中的方法com.github.bootfastconfig.cache.redis.MyRedisCacheWriter
-
- putIfAbsent(Object, Object) - 类 中的方法com.github.bootfastconfig.cache.l2cache.L2Cache
-
- putIfAbsent(String, byte[], byte[], Duration) - 类 中的方法com.github.bootfastconfig.cache.redis.MyRedisCacheWriter
-
R
- REDIS - 接口 中的静态变量com.github.bootfastconfig.cache.CacheSimpleConfig.CacheAnnotationType
-
- REDIS_CACHE_MANAGER - 接口 中的静态变量com.github.bootfastconfig.cache.CacheBeanNameConstant
-
- RedisBuilder - com.github.bootfastconfig.cache.redis中的类
-
- RedisBuilder() - 类 的构造器com.github.bootfastconfig.cache.redis.RedisBuilder
-
- RedisCacheConfig - com.github.bootfastconfig.cache.redis中的类
-
- RedisCacheConfig() - 类 的构造器com.github.bootfastconfig.cache.redis.RedisCacheConfig
-
- RedisCacheConfigGather - com.github.bootfastconfig.cache.redis中的接口
-
The interface Cache config.
- redisCacheConfiguration() - 类 中的方法com.github.bootfastconfig.cache.redis.RedisConfig
-
- RedisCaffeineL2CacheManager - com.github.bootfastconfig.cache中的类
-
- RedisCaffeineL2CacheManager(CacheManager, CacheManager) - 类 的构造器com.github.bootfastconfig.cache.RedisCaffeineL2CacheManager
-
- RedisCaffeineL2CacheManager(L2CacheProperties, RedisTemplate<Object, Object>, CacheManager, CacheManager) - 类 的构造器com.github.bootfastconfig.cache.RedisCaffeineL2CacheManager
-
- RedisConfig - com.github.bootfastconfig.cache.redis中的类
-
The type Redis config.
- RedisConfig() - 类 的构造器com.github.bootfastconfig.cache.redis.RedisConfig
-
- redisConnectionFactory(RedissonClient) - 类 中的方法com.github.bootfastconfig.cache.redis.RedissonConfiguration
-
- RedisJacksonConfig - com.github.bootfastconfig.cache.redis中的类
-
- RedisJacksonConfig() - 类 的构造器com.github.bootfastconfig.cache.redis.RedisJacksonConfig
-
- redisMessageListenerContainer(RedisTemplate<Object, Object>, RedisCaffeineL2CacheManager) - 类 中的方法com.github.bootfastconfig.cache.L2CacheConfig
-
- redisSerializerFast() - 类 中的方法com.github.bootfastconfig.cache.redis.RedisJacksonConfig
-
- redissonClientResources() - 类 中的方法com.github.bootfastconfig.cache.redis.RedissonConfiguration
-
- RedissonConfiguration - com.github.bootfastconfig.cache.redis中的类
-
- redissonProperties() - 类 中的方法com.github.bootfastconfig.cache.CacheAuotConfig
-
- RedissonProperties - com.github.bootfastconfig.cache.properties中的类
-
- RedissonProperties() - 类 的构造器com.github.bootfastconfig.cache.properties.RedissonProperties
-
- RedissonProperties.Pool - com.github.bootfastconfig.cache.properties中的类
-
- redisTemplate(RedisConnectionFactory) - 类 中的方法com.github.bootfastconfig.cache.redis.RedisConfig
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.github.bootfastconfig.cache.BindScannerRegistrar
-
- remove(String, byte[]) - 类 中的方法com.github.bootfastconfig.cache.redis.MyRedisCacheWriter
-
S
- selectImports(AnnotationMetadata) - 类 中的方法com.github.bootfastconfig.cache.CacheAuotConfigSelector
-
- setBeanClassLoader(ClassLoader) - 类 中的方法com.github.bootfastconfig.cache.BindScannerRegistrar
-
- setConversionFactory(Function<CacheSimpleConfig, T>) - 类 中的方法com.github.bootfastconfig.cache.AnnotationConfigCacheBuilder
-
- setEnvironment(Environment) - 类 中的方法com.github.bootfastconfig.cache.BindScannerRegistrar
-
- setPool(RedissonProperties.Pool) - 类 中的方法com.github.bootfastconfig.cache.properties.RedissonProperties
-
- setResourceLoader(ResourceLoader) - 类 中的方法com.github.bootfastconfig.cache.BindScannerRegistrar
-
- setShutdownTimeout(Duration) - 类 中的方法com.github.bootfastconfig.cache.properties.RedissonProperties
-
A B C D E G I K L M O P R S
Copyright © 2020. All rights reserved.