Click or drag to resize

cacheSystem Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  imbACE.Core.cachecacheSystem

Namespace:  imbACE.Core.cache
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static class cacheSystem
Request Example View Source

The cacheSystem type exposes the following members.

Methods
  NameDescription
Public methodStatic membercacheAgeLimit
Caches the age limit.
Public methodStatic membergetCacheFilepath
Gets the full filepath via MD5 algorithm based on instanceID
Public methodStatic memberloadObjectCacheT
Loads the cache file for the instanceID if file jounger than limithours
Public methodStatic memberremoveCache
Removes chache file for instanceID, returns TRUE if file existed, FALSE if file never existed
Public methodStatic memberremoveCacheAll
Removes cache from specified directory
Public methodStatic membersaveObjectCache
Saves the cache.
Top
Fields
See Also