There was an error while loading. Please reload this page.
On Quicache, the data has 4 default fields:
Key is the identifier of your data. It's required, and without its you can't insert data.
Value is an array de byte, and you can send anything. This field is required, and without its definition you can't store data.
This field is optional, and you can use to separate schemas of your application. Default value: "default"
Time to live is the value of expiration time at storage. You can define it in millis. Not required, default is 0.