Click or drag to resize

loaderCacheManager Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.loader.loaderCacheManager"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      cacheSimpleBase
        cacheSimpleBaseloaderRequest
          imbWEM.Core.loaderloaderCacheManager

Namespace:  imbWEM.Core.loader
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class loaderCacheManager : cacheSimpleBase<loaderRequest>

The loaderCacheManager type exposes the following members.

Constructors
  NameDescription
Public methodloaderCacheManager
Initializes a new instance of the loaderCacheManager 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 methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodgetInstanceID (Overrides cacheSimpleBase.getInstanceID(Object).)
Public methodGetType (Inherited from Object.)
Public methodloadObjectCacheAndMeta
Loads the object cache and meta returns all meta information
(Inherited from cacheSimpleBaseloaderRequest.)
Public methodloadObjectCachedValuesToTarget
Loads the object cached values to target.
(Inherited from cacheSimpleBaseloaderRequest.)
Public methodloadObjectCacheOrNew
Loads the cached instance or creates new object
(Inherited from cacheSimpleBaseloaderRequest.)
Public methodOnPropertyChanged
Called when a property is changed.
(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(UTP)
Saves the object cache.
(Inherited from cacheSimpleBaseloaderRequest.)
Public methodsaveObjectCache(String, UTP)
Saves the object cache and returns cache file full path
(Inherited from cacheSimpleBaseloaderRequest.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also