If your site uses a plugin that updates the content of a page without editing/saving that page, such as a “like” button that updates a counter when pressed using ajax, LSCache will not be made aware that the page should be purged from cache. As long as the now outdated copy of the page is still in cache and being served, it will appear like these changes never happened.
Add our LiteSpeed_Cache_API::purge_post($id)
API call to the offending plugin to have it notify LSCache that the page should be purged.