Beamable SDK
Static Public Member Functions | Protected Member Functions | List of all members
Beamable.Api.Caches.OfflineCache Class Reference

Static Public Member Functions

static Promise< T > Get< T > (string key, IAccessToken token, bool includeAuthHeader)
 
static void Set< T > (string key, T data, IAccessToken token, bool includeAuthHeader)
 
static void Merge< TKey, TValue > (string key, IAccessToken token, Dictionary< long, Dictionary< TKey, TValue > > data)
 
static bool Exists (string key, IAccessToken token, bool includeAuthHeader)
 
static Promise< Dictionary< long, Dictionary< TKey, TValue > > > RecoverDictionary< TKey, TValue > (Exception ex, string key, IAccessToken token, List< long > gamerTags)
 
static void FlushInvalidCache ()
 
static Dictionary< K, V > Merge< K, V > (IEnumerable< Dictionary< K, V > > dictionaries)
 

Protected Member Functions

string GetHash (string input)
 

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