Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsCache.FileCacheItem Class Reference

File cache item. More...

Inheritance diagram for OnlineMapsCache.FileCacheItem:
OnlineMapsCache.CacheItem

Public Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from OnlineMapsCache.CacheItem
static CacheItem Create ()
 Creates a new item.
 
- Public Attributes inherited from OnlineMapsCache.CacheItem
int size
 Size of the item.
 
int hash
 Hash of the key.
 
string key
 Key of the item.
 
long time
 Creation time.
 

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