mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-30 06:37:36 +00:00
[Change] CacheStore-local 更改组件名;
[Change] LocalCacheStoreFactory 更改组件名('local' -> 'local-memory');
This commit is contained in:
parent
78b234237f
commit
9e4a66ca70
@ -26,7 +26,7 @@ import net.lamgc.cgj.bot.cache.convert.StringConverter;
|
|||||||
* 最简单的缓存实现, 无持久化功能.
|
* 最简单的缓存实现, 无持久化功能.
|
||||||
* @author LamGC
|
* @author LamGC
|
||||||
*/
|
*/
|
||||||
@Factory(name = "Local", priority = FactoryPriority.PRIORITY_LOWEST, source = CacheStoreSource.MEMORY)
|
@Factory(name = "Local-Memory", priority = FactoryPriority.PRIORITY_LOWEST, source = CacheStoreSource.MEMORY)
|
||||||
public class LocalCacheStoreFactory implements CacheStoreFactory {
|
public class LocalCacheStoreFactory implements CacheStoreFactory {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user