 | cacheResponseForTypegetCacheFromHarddiskT Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the cache from harddisk if the file is younger than limithours, otherwise deletes all
Namespace:
imbACE.Core.cache
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntaxpublic void getCacheFromHarddisk<T>(
int limithours = 24,
string customSubFolder = ""
)
where T : new()
Request Example
View SourceParameters
- limithours (Optional)
- Type: SystemInt32
The limithours. - customSubFolder (Optional)
- Type: SystemString
Type Parameters
- T
See Also