📄 Cache.js
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 24 |
📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 src/loaders/Cache.js
Variables & Constants¶
Name | Type | Kind | Value | Exported |
---|---|---|---|---|
Cache |
{ enabled: boolean; files: { [x: stri... |
let/var | { /** * Whether caching is enabled or not. * * @static * @type {boolean} * @d... |
✗ |
Functions¶
add(key: string, file: any): void
¶
Parameters:
key
string
file
any
Returns: void
Internal Comments:
Code
get(key: string): any
¶
Parameters:
key
string
Returns: any
Internal Comments:
Code
remove(key: string): void
¶
Parameters:
key
string
Returns: void
clear(): void
¶
Returns: void
add(key: string, file: any): void
¶
Parameters:
key
string
file
any
Returns: void
Internal Comments:
Code
get(key: string): any
¶
Parameters:
key
string
Returns: any
Internal Comments:
Code
remove(key: string): void
¶
Parameters:
key
string
Returns: void
clear(): void
¶
Returns: void
add(key: string, file: any): void
¶
Parameters:
key
string
file
any
Returns: void
Internal Comments:
Code
get(key: string): any
¶
Parameters:
key
string
Returns: any
Internal Comments:
Code
remove(key: string): void
¶
Parameters:
key
string
Returns: void
clear(): void
¶
Returns: void
add(key: string, file: any): void
¶
Parameters:
key
string
file
any
Returns: void
Internal Comments:
Code
get(key: string): any
¶
Parameters:
key
string
Returns: any
Internal Comments:
Code
remove(key: string): void
¶
Parameters:
key
string
Returns: void
clear(): void
¶
Returns: void
add(key: string, file: any): void
¶
Parameters:
key
string
file
any
Returns: void
Internal Comments:
Code
get(key: string): any
¶
Parameters:
key
string
Returns: any
Internal Comments:
Code
remove(key: string): void
¶
Parameters:
key
string
Returns: void
clear(): void
¶
Returns: void
add(key: string, file: any): void
¶
Parameters:
key
string
file
any
Returns: void
Internal Comments:
Code
get(key: string): any
¶
Parameters:
key
string
Returns: any
Internal Comments:
Code
remove(key: string): void
¶
Parameters:
key
string
Returns: void
clear(): void
¶
Returns: void