Cache Plugin for WP-PostRatings
WP-PostRatings is compatible with WP Fastest Cache. WP-PostRatings is a AJAX rating system for your WordPress which is developed by Lester ‘GaMerZ’ Chan.
WP-PostRatings is not compatible with the cache plugins except WP Fastest Cache.
How it works
When a user votes;
– the cache of the single page is deleted
– the cache of the page, where the voting was done, is deleted
The caches are deleted by hook. You do not need to add any hook for doing this because WP Fastest Cache has already a hook for delete the cache.