-
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: 1 comment 1 reply
-
Hi @guptask, thanks for reaching out. |
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.