I use smarty's caching function, and today I understand that my content has not been updated correctly.
I use smarty file caching with these templates:
- index.html (use this to cache the main page (about 8k)
- list.html (use this to cache about 10 pages - about 7 thousand each)
I have custom cms, and this allows me to change the main page, which it does not refresh, I use:
cache_dir and cache check is correct, because if I delete the cache file, I can see that my content is updated.
Is there an easy way to refresh these files without deleting them every time I refresh the contents of the page?
source share