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 ApiXManager. This interface requires at least support for a key-value store. If a class implements this interface and it is provided to the ApiXManager, the ApiX will have enhanced security and faster operation.