diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-15 15:02:44 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-15 15:02:44 -0300 |
commit | c0ef52e4f02c6f6d726fa0d82bef84d45b0df024 (patch) | |
tree | 72e21d24bd51a680cb0127353a86302472587c77 /src | |
parent | c4b00af354cc37aae8c3e16d9783aa3e406dda85 (diff) |
cacheable-object: ugh, embarrassing...
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} = {}) { |