diff --git a/cache/boundless.js b/cache/boundless.js index 5ffa819..4ceb636 100644 --- a/cache/boundless.js +++ b/cache/boundless.js @@ -35,6 +35,10 @@ class BoundlessCache { return this[DATA].values.size; } + get weightedSize() { + return this.size; + } + /** * Cache and associate a value with the given key. */