Cache Store
Last updated
Last updated
The Cache Store provides simple key/value cache storage. The Cache Store API can be accessed using Platform.server.cacheStore
.
Cache Store is not durable. Data will be cleaned up if not used.
The Cache Store API can only be used on the server.
Cache Store is faster than Data Store.
Some common use cases for Cache Store are:
Temporary Cooldowns on accessing content
Share Codes for joining a match