![]() |
Online Maps
v3
|
Custom cache item. More...
Public Member Functions | |
CustomCacheItem (string key, int size) | |
Constructor. More... | |
CustomCacheItem (string key, int size, long time) | |
Constructor. More... | |
byte[] | GetBytes (OnlineMapsCache cache) |
Returns value from item. More... | |
string | GetFullPath (OnlineMapsCache cache) |
Returns the full path to the file. More... | |
Additional Inherited Members | |
![]() | |
static CacheItem | Create () |
Creates a new item. More... | |
![]() | |
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... | |
Custom cache item.
OnlineMapsCache.CustomCacheItem.CustomCacheItem | ( | string | key, |
int | size | ||
) |
Constructor.
key | Key |
size | Size of data |
OnlineMapsCache.CustomCacheItem.CustomCacheItem | ( | string | key, |
int | size, | ||
long | time | ||
) |
Constructor.
key | Key |
size | Size of data |
time | Creation time |
byte [] OnlineMapsCache.CustomCacheItem.GetBytes | ( | OnlineMapsCache | cache | ) |
Returns value from item.
cache | Cache |
string OnlineMapsCache.CustomCacheItem.GetFullPath | ( | OnlineMapsCache | cache | ) |
Returns the full path to the file.
cache | Cache |