Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsCache.CacheItem Class Referenceabstract

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.
 

Public Attributes

int size
 Size of the item.
 
int hash
 Hash of the key.
 
string key
 Key of the item.
 
long time
 Creation time.
 

Detailed Description

Base class for cache item.

Member Function Documentation

◆ Create()

static CacheItem OnlineMapsCache.CacheItem.Create ( )
static

Creates a new item.

Returns
Item