Index

A C D E H I K L M P Q R S T U V 
All Classes and Interfaces|All Packages

A

add(Object) - Method in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
add(Object) - Method in class com.github.developframework.resource.spring.SpringDataResourceManager
 
addCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.HashResourceCacheOperate
 
addCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ListResourceCacheOperate
 
addCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
添加缓存
addCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ValueResourceCacheOperate
 

C

cacheAble(ENTITY) - Method in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
判断是否需要缓存
cacheKey - Variable in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
cacheOperate - Variable in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
cacheType - Variable in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
CacheType - Enum in com.github.developframework.resource.spring.cache
 
com.github.developframework.resource.spring - package com.github.developframework.resource.spring
 
com.github.developframework.resource.spring.cache - package com.github.developframework.resource.spring.cache
 

D

delete(ENTITY) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 
deleteById(ID) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 
deleteCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.HashResourceCacheOperate
 
deleteCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ListResourceCacheOperate
 
deleteCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
删除缓存
deleteCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ValueResourceCacheOperate
 
deleteKeys(RedisTemplate<K, V>, K) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
批量删除

E

existsById(ID) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 

H

HASH - Enum constant in enum com.github.developframework.resource.spring.cache.CacheType
 
HashResourceCacheOperate<ENTITY extends Entity<ID>,ID extends Serializable> - Class in com.github.developframework.resource.spring.cache
 
HashResourceCacheOperate(RedisTemplate<String, ENTITY>, String, Duration) - Constructor for class com.github.developframework.resource.spring.cache.HashResourceCacheOperate
 
hasKey(RedisTemplate<K, V>, K) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
判断是否有键

I

initCacheOperate() - Method in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
insert(ENTITY) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 
insertAll(Collection<ENTITY>) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 

K

key - Variable in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
 
keyWithCondition(Object...) - Method in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
拼接带条件的key

L

list(Sort, SEARCH) - Method in class com.github.developframework.resource.spring.SpringDataResourceManager
 
list(SEARCH) - Method in class com.github.developframework.resource.spring.SpringDataResourceManager
 
LIST - Enum constant in enum com.github.developframework.resource.spring.cache.CacheType
 
listEmpty(RedisTemplate<K, V>, K) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
列表是否为空
listFind(RedisTemplate<K, V>, K, Predicate<V>) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
列表匹配查询匹配单个
listFindAll(RedisTemplate<K, V>, K, Predicate<V>) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
列表匹配查询
listNotEmpty(RedisTemplate<K, V>, K) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
列表是否有值
ListResourceCacheOperate<ENTITY extends Entity<ID>,ID extends Serializable> - Class in com.github.developframework.resource.spring.cache
LIST类型资源缓存操作
ListResourceCacheOperate(RedisTemplate<String, ENTITY>, String, Duration) - Constructor for class com.github.developframework.resource.spring.cache.ListResourceCacheOperate
 
listSize(RedisTemplate<K, V>, K) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
获取列表长度

M

merge(Object) - Method in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
modifyById(ID, Object) - Method in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
modifyById(ID, Object) - Method in class com.github.developframework.resource.spring.SpringDataResourceManager
 

P

pager(Pageable, SEARCH) - Method in class com.github.developframework.resource.spring.SpringDataResourceManager
 

Q

query(Sort, SEARCH) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 
queryById(ID) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 
queryPager(Pageable, SEARCH) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 

R

readCache(ID) - Method in class com.github.developframework.resource.spring.cache.HashResourceCacheOperate
 
readCache(ID) - Method in class com.github.developframework.resource.spring.cache.ListResourceCacheOperate
 
readCache(ID) - Method in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
根据ID查询缓存
readCache(ID) - Method in class com.github.developframework.resource.spring.cache.ValueResourceCacheOperate
 
readHash(RedisTemplate<H, HV>, H, HK, Supplier<HV>) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
读取Hash值
readValue(RedisTemplate<K, V>, K, Duration, Supplier<V>) - Static method in class com.github.developframework.resource.spring.cache.RedisCacheHelper
读取值
RedisCacheHelper - Class in com.github.developframework.resource.spring.cache
redis缓存助手
RedisCacheHelper() - Constructor for class com.github.developframework.resource.spring.cache.RedisCacheHelper
 
redisTemplate - Variable in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
 
redisTemplate - Variable in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
refreshCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.HashResourceCacheOperate
 
refreshCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ListResourceCacheOperate
 
refreshCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
刷新缓存
refreshCache(ENTITY) - Method in class com.github.developframework.resource.spring.cache.ValueResourceCacheOperate
 
remove(ENTITY) - Method in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
remove(ENTITY) - Method in class com.github.developframework.resource.spring.SpringDataResourceManager
 
removeById(ID) - Method in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
removeById(ID) - Method in class com.github.developframework.resource.spring.SpringDataResourceManager
 
repository - Variable in class com.github.developframework.resource.spring.SpringDataResourceHandler
 
repository - Variable in class com.github.developframework.resource.spring.SpringDataResourceManager
 
ResourceCacheOperate<ENTITY extends Entity<ID>,ID extends Serializable> - Class in com.github.developframework.resource.spring.cache
资源缓存操作
ResourceCacheOperate(RedisTemplate<String, ENTITY>, String, Duration) - Constructor for class com.github.developframework.resource.spring.cache.ResourceCacheOperate
 
resourceDefinition - Variable in class com.github.developframework.resource.spring.SpringDataResourceHandler
 

S

SpringDataResourceCacheManager<ENTITY extends Entity<ID>,ID extends Serializable,REPOSITORY extends org.springframework.data.repository.PagingAndSortingRepository<ENTITY,ID>> - Class in com.github.developframework.resource.spring
spring-data资源缓存管理器
SpringDataResourceCacheManager(REPOSITORY, ResourceDefinition<ENTITY>, String, Duration, CacheType) - Constructor for class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
SpringDataResourceHandler<ENTITY extends Entity<ID>,ID extends Serializable,REPOSITORY extends org.springframework.data.repository.PagingAndSortingRepository<ENTITY,ID>> - Class in com.github.developframework.resource.spring
spring-data资源操作器
SpringDataResourceHandler(REPOSITORY, ResourceDefinition<ENTITY>) - Constructor for class com.github.developframework.resource.spring.SpringDataResourceHandler
 
SpringDataResourceManager<ENTITY extends Entity<ID>,ID extends Serializable,REPOSITORY extends org.springframework.data.repository.PagingAndSortingRepository<ENTITY,ID>> - Class in com.github.developframework.resource.spring
spring-data资源管理器
SpringDataResourceManager(REPOSITORY, ResourceDefinition<ENTITY>) - Constructor for class com.github.developframework.resource.spring.SpringDataResourceManager
 

T

timeout - Variable in class com.github.developframework.resource.spring.cache.ResourceCacheOperate
 
timeout - Variable in class com.github.developframework.resource.spring.SpringDataResourceCacheManager
 
transactionTemplate - Variable in class com.github.developframework.resource.spring.SpringDataResourceManager
 

U

update(ENTITY) - Method in class com.github.developframework.resource.spring.SpringDataResourceHandler
 

V

VALUE - Enum constant in enum com.github.developframework.resource.spring.cache.CacheType
 
valueOf(String) - Static method in enum com.github.developframework.resource.spring.cache.CacheType
Returns the enum constant of this type with the specified name.
ValueResourceCacheOperate<ENTITY extends Entity<ID>,ID extends Serializable> - Class in com.github.developframework.resource.spring.cache
STRING类型资源缓存操作
ValueResourceCacheOperate(RedisTemplate<String, ENTITY>, String, Duration) - Constructor for class com.github.developframework.resource.spring.cache.ValueResourceCacheOperate
 
values() - Static method in enum com.github.developframework.resource.spring.cache.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E H I K L M P Q R S T U V 
All Classes and Interfaces|All Packages