pub const CACHE_STORE_OPS: &[StoreOp];Expand description
store Cache[K, V] (v0.87, ADR 0113) — the storage Map’s operation set,
but its own table rather than an alias: every operation but remove
applies TTL expiry, which reads the clock, so the handler must declare
given Clock. That requirement is part of the operation’s contract, so it is
rendered in the signature (as a handler’s own given clause is written,
after the return type) — an alias to MAP_STORE_OPS would silently drop it.