Headers
Path Parameters
Response
Successful Response
The response is of type object.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const cache = await client.cache.retrieve('name');
console.log(cache);{}Retrieve information about a specific cache.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const cache = await client.cache.retrieve('name');
console.log(cache);{}Successful Response
The response is of type object.
Was this page helpful?