ReadonlyclearRemove all entries from the cache.
ReadonlygetGet or create a cached AsyncReadable for the given key.
If an entry already exists for this exact key, returns it. Otherwise creates a new AsyncReadable, optionally seeded with initialData.
ReadonlyinvalidateInvalidate all cache entries whose keys match the given prefix. Matching entries are immediately refetched.
ReadonlyremoveRemove all cache entries whose keys match the given prefix. Unlike invalidate, this disposes the entries entirely.
The AsyncCache service interface.