dundas.CacheManager Class

 

Inheritance Hierarchy

 
Class
   dundas.CacheManager
 

Constructors

 
  Name Description
init Initializes a new instance of CacheManager.
 
 

Properties

 
  Name Description
cacheTable Gets the cache table.
 
 

Methods

 
  Name Description
clearCache Clear the existing cache.
dispose Performs tasks associated with releasing resources from this object once it is unneeded.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getCache Gets a cache value.
removeCache Removes a cache value.
setCache Sets a cache value.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.