Why Do I Need This Library? #504
Unanswered
bestickley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, maybe this is a silly question, but why do I need this library? I see on the Configuring Caching Next.js docs they have a relatively simple example of creating a cache handler using a
Map
. I understand you cannot use this in a distributed environment, but it seems simple enough to refactor the code to use S3 (the cache I will be using). What does this library do for me? Could you help me understand? Thank you!I've tried reading the Introduction but it's still not clear to me.
Beta Was this translation helpful? Give feedback.
All reactions