Skip to main content

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

FieldDescription
Cache KeySearch by cache key name

List Fields

FieldDescription
Cache KeyThe unique key name of the cache data
Expiration TimeThe TTL of the cache data (in seconds)
ManagementEdit, Delete buttons

Cache Data Registration

To register new cache data, click the Register button at the bottom of the list.

FieldDescription
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)
info

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.

info

The cache key and data type cannot be changed after registration.