« get me outta code hell

cacheable-object: ugh, embarrassing... - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commitc0ef52e4f02c6f6d726fa0d82bef84d45b0df024 (patch)
tree72e21d24bd51a680cb0127353a86302472587c77
parentc4b00af354cc37aae8c3e16d9783aa3e406dda85 (diff)
cacheable-object: ugh, embarrassing...
-rw-r--r--src/data/cacheable-object.js1
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} = {}) {