Viewing 1 replies (of 1 total)
  • Plugin Author Raam Dev

    (@raamdev)

    @antoniogallo When it comes to Client-Side caching, ZenCache does not specify what should happen to the client-side cache, i.e., that is left up to the client browser itself.

    That said, you can control this by setting a default expiration date in an .htaccess file:

    # Browser Caching
    FileETag MTime Size
    
    <IfModule expires_module>
        ExpiresActive on
        ExpiresDefault "access plus 1 week"
    </IfModule>

    We have a related Feature Request open to add this functionality directly to ZenCache. See https://github.com/websharks/quick-cache/issues/134

Viewing 1 replies (of 1 total)
  • The topic ‘client side caching’ is closed to new replies.