Reads a entry from the division cache that the current request is in.
Parameters: path - path Parameters: key - key entry throws: FxCacheException - on errors
Puts a entry into the cache of the division the current request is in.
Parameters: path - path Parameters: key - key Parameters: value - value throws: FxCacheException - on errors
Removes a entry from the cache of the division the current request is in.
Parameters: path - path Parameters: key - key throws: FxCacheException - on errors