A class responsible to store/recover data without needing make any request to the server.
xxxxxxxxxx
import { InMemoryCache } from 'react-releasy';
const cache = new InMemoryCache({
ttl: 300000,
size: 250,
});