UNPKG

instruct-request-axios

Version:
11 lines (10 loc) 209 B
import Cache from './cache'; export default { cache: undefined, getCache() { if (this.cache === undefined) { this.cache = new Cache(); } return this.cache; } };