- πΊπΈUnited States smustgrave
So this issue appears to have been opened against D7, which has since hit EOL. Going to close out since it's been untouched in 12 years. But if we need to reopen we can.
We created a module to allow other modules to programmatically set cache exclusions from e.g. _update or_install hooks. This is useful when a module creates dynamic pages which should not be cached, especially for automated deployment environments.
It's currently at https://github.com/jcartledge/cacheexclude_api . It's very simple and we've been using it in production for some time.
It provides the folllowing functions:
cacheexclude_api_add($path)
cacheexclude_api_remove($path)
cacheexclude_api_get()
cacheexclude_api_save($cacheexclude_list)
I'd like to see it merged - perhaps as cacheexclude.api.inc.php or alternatively as a submodule. Is this something you'd be receptive to?
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
So this issue appears to have been opened against D7, which has since hit EOL. Going to close out since it's been untouched in 12 years. But if we need to reopen we can.