Stores a user-scoped cache value for the authenticated caller.
Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
User-scoped cache key to write.
1 - 512^[a-zA-Z0-9_:.\-/]+$String value to cache. JSON should be serialized before sending.
TTL in seconds. Use 0 for no expiry. Defaults to 300. Maximum 86400.
0 <= x <= 86400User-scoped cache value stored successfully.