Cache Data
Cache Data is a feature for managing temporary data that is maintained for a specified duration. You can store data that is automatically deleted by setting an expiration time (TTL).
Service Activation
To use the Cache Data feature, you must first activate the service. Click the Activate button to start the service.
Cache Data Lookup
On the Cache Data page, you can search for data based on the cache key.
Search Options
| Field | Description |
|---|---|
| Cache Key | Search by cache key name |
List Fields
| Field | Description |
|---|---|
| Cache Key | The unique key name of the cache data |
| Expiration Time | The TTL of the cache data (in seconds) |
| Management | Edit, Delete buttons |
Cache Data Registration
To register new cache data, click the Register button at the bottom of the list.
| Field | Description |
|---|---|
| Cache Key * | Enter the unique key name of the cache data. Enter using a combination of letters and numbers |
| Data Type * | Select the type of data to store (String, Number, JSON, Array) |
| Data Value * | Enter the data value to store. For Array type, you can register multiple values using the Add button |
| Expiration Time * | Enter the valid time of the cache data in seconds. The default is 604800 seconds (7 days) |
The expiration time is entered in seconds. 604800 seconds equals 7 days.
Cache Data Edit
Clicking the edit button in the list allows you to edit the cache data. The cache key and data type cannot be modified; you can change the data value and expiration time.
The cache key and data type cannot be changed after registration.