mirror of
https://github.com/201206030/novel-plus.git
synced 2026-02-18 08:07:28 +08:00
perf: 优化缓存模块
提升可读性 & 减小内存占用
This commit is contained in:
@@ -16,9 +16,10 @@ public interface BookService {
|
||||
|
||||
/**
|
||||
* 查询首页小说设置列表数据
|
||||
*
|
||||
* @return
|
||||
* */
|
||||
Map<Byte, List<BookSettingVO>> listBookSettingVO();
|
||||
*/
|
||||
Map<String, List<BookSettingVO>> listBookSettingVO();
|
||||
|
||||
/**
|
||||
* 查询首页点击榜单数据
|
||||
|
||||
Reference in New Issue
Block a user