![]() |
Online Maps
v3
|
Base class for cache item. More...
Static Public Member Functions | |
static CacheItem | Create () |
Creates a new item. More... | |
Public Attributes | |
int | size |
Size of the item. More... | |
int | hash |
Hash of the key. More... | |
string | key |
Key of the item. More... | |
long | time |
Creation time. More... | |
Base class for cache item.
|
static |
Creates a new item.
int OnlineMapsCache.CacheItem.hash |
Hash of the key.
string OnlineMapsCache.CacheItem.key |
Key of the item.
int OnlineMapsCache.CacheItem.size |
Size of the item.
long OnlineMapsCache.CacheItem.time |
Creation time.