diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/data/cacheable-object.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/cacheable-object.js b/src/data/cacheable-object.js index 651a61cf..3f70af30 100644 --- a/src/data/cacheable-object.js +++ b/src/data/cacheable-object.js @@ -12,6 +12,7 @@ export default class CacheableObject { static propertyDependants = Symbol.for('CacheableObject.propertyDependants'); static cacheValid = Symbol.for('CacheableObject.cacheValid'); + static cachedValue = Symbol.for('CacheableObject.cachedValue'); static updateValue = Symbol.for('CacheableObject.updateValues'); constructor({seal = true} = {}) { |