Online Maps  v3
OnlineMapsCache.CacheItem Class Reference

Base class for cache item. More...

Inheritance diagram for OnlineMapsCache.CacheItem:
OnlineMapsCache.CustomCacheItem OnlineMapsCache.FileCacheItem

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...
 

Detailed Description

Base class for cache item.

Member Function Documentation

◆ Create()

static CacheItem OnlineMapsCache.CacheItem.Create ( )
static

Creates a new item.

Returns
Item

Member Data Documentation

◆ hash

int OnlineMapsCache.CacheItem.hash

Hash of the key.

◆ key

string OnlineMapsCache.CacheItem.key

Key of the item.

◆ size

int OnlineMapsCache.CacheItem.size

Size of the item.

◆ time

long OnlineMapsCache.CacheItem.time

Creation time.