Beamable SDK
|
Public Member Functions | |
UserDataCacheEntry (T data) | |
bool | IsExpired (long ttlMs) |
Checks if the entry in the user data cache has outlived a given time-to-live. More... | |
Public Attributes | |
T | data |
|
inline |
Checks if the entry in the user data cache has outlived a given time-to-live.
ttlMs | A time-to-live in milliseconds |