| 程序包 | 说明 |
|---|---|
| xyz.xuminghai.autoconfigure | |
| xyz.xuminghai.cache | |
| xyz.xuminghai.cache.decorator | |
| xyz.xuminghai.executor | |
| xyz.xuminghai.template |
| 类和说明 |
|---|
| Cache
2021/10/21 11:00 星期四
缓存接口,自定义缓存策略请实现这个接口和继承缓存实例类 比如:使用Redis作为缓存 必须要创建一个带有缓存名称的构造器,例如: public MyCache(final String name) { if (name == null) { throw new IllegalArgumentException("Cache instances require an cacheName"); } this.name = name; initialize(); } 借鉴自mybatis |
| 类和说明 |
|---|
| AbstractCacheInstance
2021/10/26 21:33 星期二
这个类的子类是缓存实例,自定义缓存实例需要继承这个类 |
| Cache
2021/10/21 11:00 星期四
缓存接口,自定义缓存策略请实现这个接口和继承缓存实例类 比如:使用Redis作为缓存 必须要创建一个带有缓存名称的构造器,例如: public MyCache(final String name) { if (name == null) { throw new IllegalArgumentException("Cache instances require an cacheName"); } this.name = name; initialize(); } 借鉴自mybatis |
| 类和说明 |
|---|
| Cache
2021/10/21 11:00 星期四
缓存接口,自定义缓存策略请实现这个接口和继承缓存实例类 比如:使用Redis作为缓存 必须要创建一个带有缓存名称的构造器,例如: public MyCache(final String name) { if (name == null) { throw new IllegalArgumentException("Cache instances require an cacheName"); } this.name = name; initialize(); } 借鉴自mybatis |
| 类和说明 |
|---|
| Cache
2021/10/21 11:00 星期四
缓存接口,自定义缓存策略请实现这个接口和继承缓存实例类 比如:使用Redis作为缓存 必须要创建一个带有缓存名称的构造器,例如: public MyCache(final String name) { if (name == null) { throw new IllegalArgumentException("Cache instances require an cacheName"); } this.name = name; initialize(); } 借鉴自mybatis |
| 类和说明 |
|---|
| Cache
2021/10/21 11:00 星期四
缓存接口,自定义缓存策略请实现这个接口和继承缓存实例类 比如:使用Redis作为缓存 必须要创建一个带有缓存名称的构造器,例如: public MyCache(final String name) { if (name == null) { throw new IllegalArgumentException("Cache instances require an cacheName"); } this.name = name; initialize(); } 借鉴自mybatis |
Copyright © 2021. All rights reserved.