| 类 | 说明 | 
|---|---|
| CaffeineRepoProvider | 
 基于Caffeine的临时资源存储实现 
 | 
| CollectionBox | 
 数组到列表的映射 
 | 
| CollectionBox.ArrayBox | |
| CollectionBox.ListBox | |
| CollectionBox.SetBox | |
| DatabaseContextForPGManager | |
| EhcacheRepoProvider | 
 基于Ehcache的临时资源存储实现 
 | 
| EhcacheRepoProvider.EventListenerImpl | |
| EnumBox | 
 枚举封装类,偏于枚举的序列化和反序列化 
 | 
| HsqldbRepoProvider | 
 基于HSQL数据库的临时资源存储实现 ,该仓库支持多节点共享。 
 | 
| HsqldbRepoProviderDaemon | |
| HsqldbRepoUtils | |
| MongoDBObjSerializeRepoProvider | |
| MongoDBRepoProvider | 
 基于MongoDB的临时资源存储实现 
支持过期删除 ;支持分页浏览 ; 支持进程内二级缓存 已知问题 : 1,过期时间需要考虑MongoDBCacheProvider端与MongoDB时区的差异 , 暂时没想到方法,加FAQ吧  | 
| PostgresRepoProvider | |
| RedisRepoProvider | 
 基于Redis的临时资源存储实现 
 | 
| RepositoryProviderFactory | 
 临时资源提供者工厂类 
 | 
| 枚举 | 说明 | 
|---|---|
| CollectionBox.CollectionType |