keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

update settings validation #265

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update settings validation to have the cache expiry time always be a non-negative integer. This will prevent the cache file from always being considered expired if a negative expiry value was provided for some reason. In turn that will stop Cache Enabler from creating a new cache file on each request.