|
delegate UserDataCache< T > | FactoryFunction (string name, long ttlMs, CacheResolver resolver) |
|
delegate Promise< Dictionary< long, T > > | CacheResolver (List< long > gamerTags) |
|
abstract Promise< T > | Get (long gamerTag) |
|
abstract Promise< Dictionary< long, T > > | GetBatch (List< long > gamerTags) |
|
abstract void | Set (long gamerTag, T data) |
|
abstract void | Remove (long gamerTag) |
|
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Common/Runtime/Api/IUserDataCache.cs