Beamable SDK
Classes | Public Member Functions | List of all members
Core.Platform.SDK.UserDataCache< T > Class Template Reference

Public Member Functions

delegate Promise< Dictionary< long, T > > CacheResolver (List< long > gamerTags)
 
 UserDataCache (string name, long ttlMs, CacheResolver resolver)
 
Promise< T > Get (long gamerTag)
 
Promise< Dictionary< long, T > > GetBatch (List< long > gamerTags)
 
void Set (long gamerTag, T data)
 
void Remove (long gamerTag)
 

The documentation for this class was generated from the following file: