{CompanyName} FlexyGo

MyCache Members

The MyCache type exposes the following members.

Methods


  Name Description
Public method Static member AddItem(String, Object, Int32)
Adds an item to the cache.
Public method Static member AddItem(String, Object, TimeSpan, Boolean)
Adds the item.
Public method Static member AddItem(String, Object, CacheItemPolicy)
Adds the item.
Public method Static member Clear
Clears the cache instance.
Public method Static member GetItem
Gets an item from the cache.
Public method Static member RemoveItem
Removes an item from the cache.
Public method Static member SaveSetting
Save applications settings to the config.json file.

Fields


  Name Description
Public field Static member disable