UNPKG

apollo-cache-inmemory

Version:

Core abstract of Caching layer for Apollo Client

7 lines 293 B
export { InMemoryCache, InMemoryCacheConfig, defaultDataIdFromObject, } from './inMemoryCache'; export * from './readFromStore'; export * from './writeToStore'; export * from './fragmentMatcher'; export * from './objectCache'; export * from './types'; //# sourceMappingURL=index.d.ts.map