-
|
In the current code, PersistenceManager can only be used with Posix (https://github.com/facebook/CacheLib/blob/main/cachelib/persistence/PersistenceManager.h#L116). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi @guptask, thanks for reaching out. |
Beta Was this translation helpful? Give feedback.
-
|
Closing this discussion as it has been inactive. If this is still relevant, then please create a new discussion post and we will get back to you as soon as we can. Thank you! |
Beta Was this translation helpful? Give feedback.
Hi @guptask, thanks for reaching out.
Can I know the reason why do you need to set usePosixForShm without enabling persistence?
The reason we require mandatory persistence is because usePosixForShm option is not useful without persistence. The usePosixForShm is only used to create ShmManager for persistence purpose.