cache (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | protected |
CacheResolver(List< long > gamerTags) (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | |
FactoryFunction(string name, long ttlMs, CacheResolver resolver) (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | |
gamerTagsInFlight (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | protected |
gamerTagsPending (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | protected |
Get(long gamerTag) (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | inline |
GetBatch(List< long > gamerTags) (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | inline |
Name (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | |
nextPromise (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | protected |
PerformScheduleResolve() (defined in Beamable.Server.Api.ServiceUserDataCache< T >) | Beamable.Server.Api.ServiceUserDataCache< T > | inlineprotectedvirtual |
Remove(long gamerTag) (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | inline |
Resolve() (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | inlineprotectedvirtual |
Resolver (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | |
result (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | protected |
ServiceUserDataCache(string name, long ttlMs, CacheResolver resolver) (defined in Beamable.Server.Api.ServiceUserDataCache< T >) | Beamable.Server.Api.ServiceUserDataCache< T > | inline |
Set(long gamerTag, T data) (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | inline |
TtlMs (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | |
UserDataCache(string name, long ttlMs, CacheResolver resolver) (defined in Beamable.Common.Api.UserDataCache< T >) | Beamable.Common.Api.UserDataCache< T > | inlineprotected |