MyCache Methods
The MyCache type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddItem(String, Object, Int32) |
Adds an item to the cache.
|
|
AddItem(String, Object, TimeSpan, Boolean) |
Adds the item.
|
|
AddItem(String, Object, CacheItemPolicy) |
Adds the item.
|
|
Clear |
Clears the cache instance.
|
|
GetItem |
Gets an item from the cache.
|
|
RemoveItem |
Removes an item from the cache.
|
|
SaveSetting |
Save applications settings to the config.json file.
|