import React from "react"; import { SimpleCache } from "simple-cache-provider"; const withCache = Component => props => ( {cache => } ); export default withCache;