|
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) |
|
|
string | GetHash (string input) |
|
The documentation for this class was generated from the following file:
- com.beamable/Runtime/Core/Platform/SDK/Caches/OfflineCache.cs