CacheStore: AirshipCacheStoreService = ...

The Cache Store provides simple key/value cache storage.

The Cache Store provides non-durable storage that can be accessed from any game server. Data access is faster than the Data Store, but the data will expire if it is not accessed frequently enough. Cached keys can live for up to 24 hours without being accessed.

The Cache Store is good for things like queue cooldowns or share codes. If you want your data to be persistent, check out the Data Store.