Prompt Cache

Noun · AI & Machine Learning

Definitions

  1. A cache that stores prompt-related computations or repeated prompt results so equivalent requests can be handled more cheaply and quickly. Prompt caches are useful when many requests share the same instructions or context structure.

    In plain English: A cache used to reuse repeated prompt work or results.

    Example: "They introduced a prompt cache for the common onboarding flow because most requests reused the same long system instructions."

Related Terms