I am trying to use a 3rd party library in my add-on, and it requires a cache folder. To keep things clean, I'd like to use the add-on's cache folder. However, this call $feed->set_cache_location($this->cache->path);
throws an error because the path is a private variable.
Best way to use the add-on cache?