cacheSimpleBaseT Class |
Namespace: imbACE.Core.cache
public abstract class cacheSimpleBase<T> : cacheSimpleBase where T : new()
The cacheSimpleBaseT type exposes the following members.
| Name | Description | |
|---|---|---|
| cacheSimpleBaseT | Initializes a new instance of the cacheSimpleBaseT class |
| Name | Description | |
|---|---|---|
| cacheLoadDisabled | (Inherited from cacheSimpleBase.) | |
| cacheSaveDisabled | (Inherited from cacheSimpleBase.) |
| Name | Description | |
|---|---|---|
| AppendDataFields |
Appends its data points into new or existing property collection
(Inherited from cacheSimpleBase.) | |
| getInstanceID | (Inherited from cacheSimpleBase.) | |
| loadObjectCacheAndMeta |
Loads the object cache and meta returns all meta information
| |
| loadObjectCachedValuesToTarget |
Loads the object cached values to target.
| |
| loadObjectCacheOrNew |
Loads the cached instance or creates new object
| |
| OnPropertyChanged | (Inherited from dataBindableBase.) | |
| removeCache |
Removes the cache for instance - if exists. TRUE if cache file existed
(Inherited from cacheSimpleBase.) | |
| removeCacheAll |
Removes all cache files within directory, returns number of files removed
(Inherited from cacheSimpleBase.) | |
| saveObjectCache(T) |
Saves the object cache.
| |
| saveObjectCache(String, T) |
Saves the object cache and returns cache file full path
|
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from dataBindableBase.) |
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) |