지난 글에서 Node-cache의 코드를 보면서 어떻게 동작하는지 살펴보았습니다. Node-cache 를 통한 API Response 개선 (feat. Events) (1) 오늘은 Node-cache 에 대해 알아보도록 하겠습니다. 목표는 데이터를 캐싱해 API의 Response 속도를 개선하는 것 입니다. node-cache - npm (npmjs.com) node-cache Simple and fast NodeJS internal caching. Node internal in memory threezerosin.tistory.com 그럼 오늘은 Node-cache의 기본적인 사용법과 Node-cache를 활용해 API Reponse가 어느 정도 개선되는지 알아보겠습니다. 설치 및 메소드 설치 npm ..