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