Using Memcached as cache engine?

ThemeBurn SupportForumsOpenCart ThemesBurnEngineUsing Memcached as cache engine?

This topic has been marked as not a support question.

While looking at system/vendor/BurnEngine/library/Cache.php, it seems, that it should not be that difficult to use Memcached for the cache instead of files.

Will use support Memached or Redis in the future? Would modifying the mentioned file to make it compatible with Memached do the trick or are there other hurdles to jump over somewhere else in Burnengine?

Thanks

 axanne
December 17, 2016 at 4:19 pm #54452

We think you can succeed with modifying the above mentioned file only. All of the low-level cache operations of BurnEngine are placed there. We just don’t see a big advantage in using something different than file cache, as the file cache read/write operations are not the biggest bottleneck of the opencart system.

Regards,
ThemeBurn team

December 21, 2016 at 5:48 pm #54577

Fair enough! Thanks for answering. I will try it, if I have some time, and let you know, if that would be beneficial.

 axanne
December 22, 2016 at 12:03 pm #54645

Will be glad if you update us.

BR,
ThemeBurn team

December 27, 2016 at 3:00 am #54743
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.