Click or drag to resize

cacheResponseForType Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
General cache response container
Inheritance Hierarchy

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class cacheResponseForType : imbBindable, 
	IAppendDataFields
Request Example View Source

The cacheResponseForType type exposes the following members.

Constructors
  NameDescription
Public methodcacheResponseForType
Initializes a new instance of the
Top
Properties
  NameDescription
Public propertycacheAge
How old is the cache file
Public propertycacheFileExists
if the cache file exists
Public propertycacheInstanceLoaded
Public propertydirectory
Public propertyfilepath
Public propertyhaveInstance
if the cache was loaded
Public propertyinstance
instance to be retrieved
Public propertyinstanceID
Public propertyinstanceType
Public propertyinstanceTypeName
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection
Public methodgetCacheFromHarddiskT
Gets the cache from harddisk if the file is younger than limithours, otherwise deletes all
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also

Reference

[!:imbSCI.Core.core.imbBindable]