inpsyde / WP-Stash

Bridge between WordPress and StashPHP, providing a PSR6-compliant caching system for WordPress
https://inpsyde.com/en/wordpress-caching-system-wpstash/
GNU General Public License v2.0
51 stars 13 forks source link

Require actual object-cache.php code from mu-plugin-folder #7

Closed Biont closed 3 years ago

Biont commented 5 years ago

The object-cache.php ist currently not update-safe. If there are ever breaking changes in it, and you update WP-Stash without deleting the file, things can break.

We should make the object-cache.php an almost empty file that loads the actual code with a single require statement. That way, the current code is always contained within the composer-updateable package