Esposter
    Preparing search index...

    Function createKeyedCacheSchema

    • Type Parameters

      • TValue

      Parameters

      Returns ZodObject<{ key: ZodString; storedAtMs: ZodNumber; value: ZodType<TValue> }>