edgekitjs - v0.0.51
    Preparing search index...

    Function cache

    • The cache function gives you access to a cache object powered by Cloudflare Worker KV.

      Every cached key will be prefixed by cache: to avoid conflicts with other keys.

      This function is memoized so the next time you call it, it will return the same instance of the cache object.

      Returns Cache