aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cache/driver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-3111-19/+11
| | | | PHPBB3-9916
* Merge branch 'develop-olympus' into developIgor Wiedler2011-06-111-12/+2
| | | | | | | | * develop-olympus: [ticket/10110] Remove multi-server syntax from Redis ACM. Conflicts: phpBB/includes/cache/driver/redis.php
* [feature/redis] Add Redis cache driver using phpredis extensionEric2011-03-301-0/+150
| | | | PHPBB3-10110
* Merge branch 'develop-olympus' into developAndreas Fischer2011-02-011-2/+2
| | | | | * develop-olympus: [ticket/10014] Clearly indicate fatal errors in file acm.
* [task/acm-refactor] Refactor WinCache ACM moduleIgor Wiedler2011-01-111-0/+78
| | | | PHPBB3-9983
* [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-099-0/+1881
They are now refered to as cache drivers rather than ACM classes. The additional utility functions from the original cache class have been moved to the cache_service. The class loader is now instantiated without a cache instance and passed one as soon as it is constructed to allow autoloading the cache classes. PHPBB3-9983