What happened to the cache entry.
'set' — a new value was stored (create or replace)'removed' — a single key was deleted'category_cleared' — all keys in the category were deletedThe cache key that changed. For RunView results, this is the fingerprint
generated by LocalCacheManager.GenerateRunViewFingerprint
(format: EntityName|Filter|OrderBy|MaxRows|StartRow|AggHash[|Connection]).
The storage category of the changed entry.
One of: 'RunViewCache', 'RunQueryCache', 'DatasetCache', 'Metadata', 'default'.
OptionalDataThe new cached value as a JSON string, included in the event to avoid
a round-trip back to Redis. Only present for 'set' actions.
For 'removed' and 'category_cleared' actions, this is undefined.
The MJGlobal.ProcessUUID of the server that made the change. Used to filter out self-originated events (a server doesn't need to react to its own mutations).
UTC Unix timestamp in milliseconds when the change occurred (Date.now()).
Describes a change to a cached entry, used for cross-server cache invalidation via Redis pub/sub. When one server updates a cache entry, this event is published so other servers can react (e.g., reload an engine's in-memory array).
Example