@elizaos/core v1.0.0-beta.51 / CacheKeyPrefix
Enumeration: CacheKeyPrefix
Specifies prefixes for keys used in caching mechanisms, helping to namespace cached data.
For example, KNOWLEDGE
might be used to prefix keys for cached knowledge embeddings or processed documents.
This helps in organizing the cache and avoiding key collisions.
Used internally by caching strategies, potentially within IDatabaseAdapter
cache methods or runtime caching layers.
Enumeration Members​
KNOWLEDGE​
KNOWLEDGE:
"knowledge"