Closed (works as designed)
Project:
Alternative PHP Cache
Version:
7.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2012 at 01:00 UTC
Updated:
18 Jul 2013 at 07:30 UTC
Comments
Comment #1
apemantus commentedAPC is an opcode cache and a user cache. An opcode cache is where it caches your compiled scripts. This is done out of the box with APC and is what you already have. A user cache is where you can store, say, persistent variables in APC rather than in a database, enabling them to potentially be returned quicker. This module enables the latter.
Comment #2
Gastonia commentedah, noted, thanks for the clarification.
Comment #3
mrharolda commentedBut only if you enable the module to do so, like the README shows: http://drupalcode.org/project/apc.git/blob_plain/refs/heads/7.x-1.x:/REA...
Comment #4
R.Muilwijk commented