Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/create-apollo-client / dist / cache / apolloCache.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const apollo_cache_inmemory_1 = require("apollo-cache-inmemory");
/**
 * @api @see https://github.com/apollographql/apollo-cache-persist#react
 * @api @see https://www.apollographql.com/docs/react/features/cache-updates.html#normalization
 * @todo freeze @@perf
 */
const inMemoryCache = new apollo_cache_inmemory_1.InMemoryCache();
const cache = inMemoryCache;
exports.cache = cache;
exports.default = cache;
//# sourceMappingURL=apolloCache.js.map