[๐Apollo] Cache - Configuration
1651 ๋จ์ด apolloConfigurationCacheCache
apollo ๊ณต์๋ฌธ์๋ฅผ ๋ฒ์ญํ ๊ธ ์ ๋๋ค.
Initialization
import { InMemoryCache, ApolloClient } from '@apollo/client';
const client = new ApolloClient({
// ...other arguments...
cache: new InMemoryCache(options)
});
Configuration options
- Specify custom primary key fields
- Customize the storage and retrieval of individual fields
- Customize the interpretation of field arguments
- Define supertype-subtype relationships for fragment matching
- Define patterns for pagination
- Manage client-side local state
Customizing cache IDs
- ํน๋ณํ ๊ฒฝ์ฐ๋ผ๋ฉด ID๋ฅผ customizing ํ ์ ์๋ค.
- ๋ ํ์ง ์์ ๊ฒ์ด๊ธฐ ๋๋ฌธ์ ์๋ต..
TypePolicy fields
- ์ค์ํ ๊ฑด ์๋ ๊ฒ ๊ฐ์์ ์๋ต!
Author And Source
์ด ๋ฌธ์ ์ ๊ดํ์ฌ([๐Apollo] Cache - Configuration), ์ฐ๋ฆฌ๋ ์ด๊ณณ์์ ๋ ๋ง์ ์๋ฃ๋ฅผ ๋ฐ๊ฒฌํ๊ณ ๋งํฌ๋ฅผ ํด๋ฆญํ์ฌ ๋ณด์๋ค
https://velog.io/@devgosunman/Apollo-Cache-Configuration
์ ์ ๊ท์: ์์์ ์ ๋ณด๊ฐ ์์์ URL์ ํฌํจ๋์ด ์์ผ๋ฉฐ ์ ์๊ถ์ ์์์ ์์ ์
๋๋ค.
์ฐ์ํ ๊ฐ๋ฐ์ ์ฝํ
์ธ ๋ฐ๊ฒฌ์ ์ ๋
(Collection and Share based on the CC Protocol.)
import { InMemoryCache, ApolloClient } from '@apollo/client';
const client = new ApolloClient({
// ...other arguments...
cache: new InMemoryCache(options)
});
- Specify custom primary key fields
- Customize the storage and retrieval of individual fields
- Customize the interpretation of field arguments
- Define supertype-subtype relationships for fragment matching
- Define patterns for pagination
- Manage client-side local state
Customizing cache IDs
- ํน๋ณํ ๊ฒฝ์ฐ๋ผ๋ฉด ID๋ฅผ customizing ํ ์ ์๋ค.
- ๋ ํ์ง ์์ ๊ฒ์ด๊ธฐ ๋๋ฌธ์ ์๋ต..
TypePolicy fields
- ์ค์ํ ๊ฑด ์๋ ๊ฒ ๊ฐ์์ ์๋ต!
Author And Source
์ด ๋ฌธ์ ์ ๊ดํ์ฌ([๐Apollo] Cache - Configuration), ์ฐ๋ฆฌ๋ ์ด๊ณณ์์ ๋ ๋ง์ ์๋ฃ๋ฅผ ๋ฐ๊ฒฌํ๊ณ ๋งํฌ๋ฅผ ํด๋ฆญํ์ฌ ๋ณด์๋ค
https://velog.io/@devgosunman/Apollo-Cache-Configuration
์ ์ ๊ท์: ์์์ ์ ๋ณด๊ฐ ์์์ URL์ ํฌํจ๋์ด ์์ผ๋ฉฐ ์ ์๊ถ์ ์์์ ์์ ์
๋๋ค.
์ฐ์ํ ๊ฐ๋ฐ์ ์ฝํ
์ธ ๋ฐ๊ฒฌ์ ์ ๋
(Collection and Share based on the CC Protocol.)
- ์ค์ํ ๊ฑด ์๋ ๊ฒ ๊ฐ์์ ์๋ต!
Author And Source
์ด ๋ฌธ์ ์ ๊ดํ์ฌ([๐Apollo] Cache - Configuration), ์ฐ๋ฆฌ๋ ์ด๊ณณ์์ ๋ ๋ง์ ์๋ฃ๋ฅผ ๋ฐ๊ฒฌํ๊ณ ๋งํฌ๋ฅผ ํด๋ฆญํ์ฌ ๋ณด์๋ค https://velog.io/@devgosunman/Apollo-Cache-Configuration์ ์ ๊ท์: ์์์ ์ ๋ณด๊ฐ ์์์ URL์ ํฌํจ๋์ด ์์ผ๋ฉฐ ์ ์๊ถ์ ์์์ ์์ ์ ๋๋ค.
์ฐ์ํ ๊ฐ๋ฐ์ ์ฝํ ์ธ ๋ฐ๊ฒฌ์ ์ ๋ (Collection and Share based on the CC Protocol.)
์ข์ ์นํ์ด์ง ์ฆ๊ฒจ์ฐพ๊ธฐ
๊ฐ๋ฐ์ ์ฐ์ ์ฌ์ดํธ ์์ง
๊ฐ๋ฐ์๊ฐ ์์์ผ ํ ํ์ ์ฌ์ดํธ 100์ ์ถ์ฒ ์ฐ๋ฆฌ๋ ๋น์ ์ ์ํด 100๊ฐ์ ์์ฃผ ์ฌ์ฉํ๋ ๊ฐ๋ฐ์ ํ์ต ์ฌ์ดํธ๋ฅผ ์ ๋ฆฌํ์ต๋๋ค