Does cachelib support timed persistent cache data #114
Answered
by
leozzx
xiedeyantu
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
leozzx
Jan 18, 2022
Replies: 2 comments 2 replies
-
I don't know what is "timed persistent cache data", but what cachelib supports is a kind of offline snapshot. You need to stop ("shutdown") the cache and persist the whole cache state and data. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
therealgymmy
-
Moving to a discussion since this is not an issue to be addressed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know what is "timed persistent cache data", but what cachelib supports is a kind of offline snapshot. You need to stop ("shutdown") the cache and persist the whole cache state and data.