Click or drag to resize

cacheSimpleBaseT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbACE.Core.cachecacheSimpleBase
        imbACE.Core.cachecacheSimpleBaseT

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public abstract class cacheSimpleBase<T> : cacheSimpleBase
where T : new()
Request Example View Source

Type Parameters

T

The cacheSimpleBaseT type exposes the following members.

Constructors
  NameDescription
Public methodcacheSimpleBaseT
Initializes a new instance of the cacheSimpleBaseT class
Top
Properties
  NameDescription
Public propertycacheLoadDisabled
(Inherited from cacheSimpleBase.)
Public propertycacheSaveDisabled
(Inherited from cacheSimpleBase.)
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection
(Inherited from cacheSimpleBase.)
Public methodgetInstanceID (Inherited from cacheSimpleBase.)
Public methodloadObjectCacheAndMeta
Loads the object cache and meta returns all meta information
Public methodloadObjectCachedValuesToTarget
Loads the object cached values to target.
Public methodloadObjectCacheOrNew
Loads the cached instance or creates new object
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodremoveCache
Removes the cache for instance - if exists. TRUE if cache file existed
(Inherited from cacheSimpleBase.)
Public methodremoveCacheAll
Removes all cache files within directory, returns number of files removed
(Inherited from cacheSimpleBase.)
Public methodsaveObjectCache(T)
Saves the object cache.
Public methodsaveObjectCache(String, T)
Saves the object cache and returns cache file full path
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