Online Maps  v3
OnlineMapsCache.FileCacheItem Class Reference

File cache item More...

Inheritance diagram for OnlineMapsCache.FileCacheItem:
OnlineMapsCache.CacheItem

Public Member Functions

 FileCacheItem (string filename, int size)
 Constructor More...
 
 FileCacheItem (string filename, int size, long time)
 Constructor More...
 

Additional Inherited Members

- Static Public Member Functions inherited from OnlineMapsCache.CacheItem
static CacheItem Create ()
 Creates a new item. More...
 
- Public Attributes inherited from OnlineMapsCache.CacheItem
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

File cache item

Constructor & Destructor Documentation

◆ FileCacheItem() [1/2]

OnlineMapsCache.FileCacheItem.FileCacheItem ( string  filename,
int  size 
)

Constructor

Parameters
filenameName of the file
sizeSize of data

◆ FileCacheItem() [2/2]

OnlineMapsCache.FileCacheItem.FileCacheItem ( string  filename,
int  size,
long  time 
)

Constructor

Parameters
filenameName of the file
sizeSize of data
timeCreation time