Results 1 to 3 of 3

Thread: Does Contao support APC?

  1. #1
    User
    Join Date
    04-10-11.
    Posts
    162

    Default Does Contao support APC?

    Hi,

    does anyone know if Contao's caching system supports the use of APC?

    Where in the codebase does Contao actually write to the cache?

    Cheers,
    Jamie

  2. #2

    Default

    Page Caching is done in FrontendTemplate.php.
    // Create the cache file
    $strMd5CacheKey = md5($strCacheKey); //md5(full URL with protocol)
    OM MANI PEME HUNG! how many has to die for freedom and dignity. Save this world

  3. #3
    User
    Join Date
    04-10-11.
    Posts
    162

    Default

    Thanks for the quick reply - looks like Contao is just using the file system to cache then.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •