[+] Create a cache map field
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
export default class Cache
|
export default class Cache
|
||||||
{
|
{
|
||||||
|
map: Map<string, any> = new Map();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user