Class SpringDataResourceCacheManager<ENTITY extends Entity<ID>,ID extends Serializable,REPOSITORY extends org.springframework.data.repository.PagingAndSortingRepository<ENTITY,ID>>

java.lang.Object
com.github.developframework.resource.AbstractResourceManager<ENTITY,ID>
com.github.developframework.resource.spring.SpringDataResourceManager<ENTITY,ID,REPOSITORY>
com.github.developframework.resource.spring.SpringDataResourceCacheManager<ENTITY,ID,REPOSITORY>
All Implemented Interfaces:
ResourceManager<ENTITY,ID>

public abstract class SpringDataResourceCacheManager<ENTITY extends Entity<ID>,ID extends Serializable,REPOSITORY extends org.springframework.data.repository.PagingAndSortingRepository<ENTITY,ID>> extends SpringDataResourceManager<ENTITY,ID,REPOSITORY>
spring-data资源缓存管理器
Author:
qiushui on 2020-05-01.