Removes the value for the specified key. If the key does not exist, the method gracefully fails.
The key in the store
Sets a value from the key in the key-value pair store.
The value to add to the store
The key in the store
Optional
timeToLive: numberTime to remove from cache
Gets the value from the key-value pair store.
The key in the store
value, if it exists in the store
This is the interface to implement to add a Cache to the
AppManager
. This interface requires at least support for a key-value store. If a class implements this interface and it is provided to theAppManager
, the API-X endpoints will have enhanced security and faster operation.