StaticloadKey under which the value is saved.
Value retrieved from cache, or null if no value with this key is stored in cache.
StaticremoveRemoved value from cache with specified key.
Key under which the value is saved.
The removed value, or null if no value with this key is stored in cache.
StaticsaveSaves value to cache, that other scripts can read.
Key of the value, by which the value is later retrieved.
Saved value.
Reads value from cache with specified key.