Click or drag to resize

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
Syntax
C#
public void getCacheFromHarddisk<T>(
	int limithours = 24,
	string customSubFolder = ""
)
where T : new()
Request Example View Source

Parameters

limithours (Optional)
Type: SystemInt32
The limithours.
customSubFolder (Optional)
Type: SystemString

Type Parameters

T
See Also