Package Data
Interfaces
Classes
This data store is not already available, the APC PHP extension must be enabled for you yo use it.
This data store is not very efficient but is the only one which has an infinite life span when APC is not available.
Interfaces
Classes
This class manages config loading and saving. It makes a two-level lazy loading: <ul> <li>A top-level cache which avoids loading a data if it has already been done since the beginning of the current page generation. This cache has a short life span: it's flushed as of the PHP interpreter reaches the end of the page generation.</li> <li>A filesystem or shared RAM cache to avoid querying the database many times to obtain the same value.
This exception is raised when a configuration entry is load whereas it doesn't exists in the database.
Interfaces
Classes
This exception is raised when you are asking a cache entry that doesn't exist.
This class manages cache. It makes a two-level lazy loading: <ul> <li>A top-level cache which avoids loading a data if it has already been done since the beginning of the current page generation. This cache has a short life span: it's flushed as of the PHP interpreter reaches the end of the page generation.</li> <li>A filesystem or shared RAM (via APC) cache to avoid querying the database every time to obtain the same value.