• Resolved Pramathesh

    (@paramathesh)


    How would I go about flushing a particular page from the cache? Is it also possible to avoid caching say /product/*, /cart, and /checkout from being cached?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    This isn’t a page cache, it’s an object cache.

    Thread Starter Pramathesh

    (@paramathesh)

    So, let’s say my product price changes dynamically based on the visitors IP. Redis will still work as intended, right?

    Plugin Author Till Krüss

    (@tillkruess)

    That depends if the “product price” uses the object cache internally.

    Have you tested your product price from different IP addresses with the object cache enabled?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add per page flush/cache exclusion’ is closed to new replies.