emrikol / focus

File-based Object Cache is Utterly Slow: An Object Caching Dropin for WordPress that uses the local file system
https://wordpress.org/plugins/focus-object-cache/
GNU General Public License v3.0
6 stars 2 forks source link

Add ability to change cache directory location #16

Open emrikol opened 7 years ago

emrikol commented 7 years ago

The cached files should not be forced to live in /wp-content/focus-object-cache.

(Props to WordPress.org user @bugnumber9)

szepeviktor commented 7 years ago

E.g. to a directory above the document root.

szepeviktor commented 6 years ago

By declaring CACHE_PATH you may set any cache directory.