MemoryStoreService
Show Deprecated
A top-level singleton class which exposes methods to access specific primitives within the MemoryStoreService. Use it for any data that rapidly changes that other servers can restore, such as global leaderboards, matchmaking queues, and auction houses.
For a more in-depth look, see Memory Stores. For the limits and quotas of the service, see Limits and Quotas.
Summary
Methods
Returns a MemoryStoreHashMap instance for the provided name.
Returns a MemoryStoreQueue instance for the provided name.
Returns a MemoryStoreSortedMap instance for the provided name.