|
Online Maps v3
|
File cache item. More...
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. | |
File cache item.
| OnlineMapsCache.FileCacheItem.FileCacheItem | ( | string | filename, |
| int | size ) |
Constructor.
| filename | Name of the file |
| size | Size of data |
| OnlineMapsCache.FileCacheItem.FileCacheItem | ( | string | filename, |
| int | size, | ||
| long | time ) |
Constructor.
| filename | Name of the file |
| size | Size of data |
| time | Creation time |