Project

General

Profile

Actions

Feature #32986

closed

Usage of custom caching backends

Added by Michael Klapper over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
Start date:
2012-01-04
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

If you need to define a custom caching backend for the autoloader, you have to include you new caching backend in localconf.php. It is also required to include related interfaces and so on before but this is not possible since "require" statements are used insted of "require_once".

So i would suggest to use require_once statements for the function body "initializeCachingFramework" in config_default.php

Actions

Also available in: Atom PDF