Property | Type | Description | |
---|---|---|---|
DeleteNextUnneededFile | void | ||
DeleteOldestOneIfTooManyFiles | void | ||
DoFilePathCallback | void | ||
DoPeriodicTasks | void | ||
DoRequestLocalFilePath | void | ||
EnsureCacheFolderExists | void | ||
LoadIndexEntries | Entry>.Dictionary | ||
OnDownloadError | void | ||
OnDownloadSuccess | void | ||
QueueOutOfDateFilesForDelete | void | ||
QueueUnindexedFilesForDelete | void | ||
SaveIndexIfDirty | void |
Method | Description | |
---|---|---|
MvxFileDownloadCache ( string cacheName, string cacheFolder, int maxFileCount, System.TimeSpan maxFileAge ) : System | ||
RequestLocalFilePath ( string httpSource, Action |
Method | Description | |
---|---|---|
DeleteNextUnneededFile ( ) : void | ||
DeleteOldestOneIfTooManyFiles ( ) : void | ||
DoFilePathCallback ( Entry diskEntry, Action |
||
DoPeriodicTasks ( ) : void | ||
DoRequestLocalFilePath ( string httpSource, Action |
||
EnsureCacheFolderExists ( ) : void | ||
LoadIndexEntries ( ) : Entry>.Dictionary |
||
OnDownloadError ( string httpSource, |
||
OnDownloadSuccess ( string httpSource, string pathForDownload ) : void | ||
QueueOutOfDateFilesForDelete ( ) : void | ||
QueueUnindexedFilesForDelete ( ) : void | ||
SaveIndexIfDirty ( ) : void |
public MvxFileDownloadCache ( string cacheName, string cacheFolder, int maxFileCount, System.TimeSpan maxFileAge ) : System | ||
cacheName | string | |
cacheFolder | string | |
maxFileCount | int | |
maxFileAge | System.TimeSpan | |
return | System |
public RequestLocalFilePath ( string httpSource, Action |
||
httpSource | string | |
success | Action |
|
error | Action |
|
return | void |