Actions
Feature #54652
closedCaching Framework should allow multiple backends
Start date:
2013-12-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Backends would be queried in order. For example you could have a transient backend for queries during a request and a db-backend. Or a small but fast memcache-backend and a DB-backend behind that.
It would be possible to implement a "ChainedBackend" which would then handle multiple backends itself.
(How would writes be handled? Write to all backends?)
Actions