API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceCacheRecordKey
The identity of one persisted cache record. A SourceKey alone is deliberately not enough. It carries no asset type - two types may acquire one URL and keep entirely different representations of it - and it says nothing about the layout that wrote the record. Both belong in the persistent identity, or a store would serve one type's representation to another, and a layout change would decode data it no longer understands.
import { CacheRecordKey } from '@codexo/exojs'The identity of one persisted cache record.
A SourceKey alone is deliberately not enough. It carries no asset type - two types may acquire one URL and keep entirely different representations of it - and it says nothing about the layout that wrote the record. Both belong in the persistent identity, or a store would serve one type's representation to another, and a layout change would decode data it no longer understands.
namespace: stringrecord: stringsource: stringversion: number