perf(frontend): cache user lists
This commit is contained in:
parent
5f52b13325
commit
cabed6098d
4 changed files with 10 additions and 4 deletions
|
|
@ -3,3 +3,4 @@ import { Cache } from '@/scripts/cache';
|
|||
|
||||
export const clipsCache = new Cache<misskey.entities.Clip[]>(Infinity);
|
||||
export const rolesCache = new Cache(Infinity);
|
||||
export const userListsCache = new Cache<misskey.entities.UserList[]>(Infinity);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue