Click or drag to resize

cacheSystemloadObjectCacheT Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the cache file for the instanceID if file jounger than limithours

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static cacheResponseForType loadObjectCache<T>(
	string instanceID,
	int limithours,
	folderNode directory
)
where T : class, new()
Request Example View Source

Parameters

instanceID
Type: SystemString
The instance identifier.
limithours
Type: SystemInt32
The limithours.
directory
Type: folderNode
The directory.

Type Parameters

T

Return Value

Type: cacheResponseForType
See Also