mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +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
|
||||
*/
|
||||
@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 {
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user