* Get the current size of the cache in bytes * @returns {number} The current size of the cache in bytes
()
| 75 | * @returns {number} The current size of the cache in bytes |
| 76 | */ |
| 77 | get size () { |
| 78 | return this.#size |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Check if the cache is full (either max size or max count reached) |
nothing calls this directly
no outgoing calls
no test coverage detected