When we include($file) ,caching is done internally,automatically.
How to achieve that?
|
Your question is nonsensical when combined with your comment. Caching of bytecode and being able to cache a variable value are two entirely unrelated things.
APC also caches PHP bytecode. It does so automatically unless the You can see if APC is enabled in general by checking the value of the You can not have APC automatically cache a variable. |
|||||
|
apc_store()explicitly, I'm asking about the implicit way... – wamp Jul 30 '10 at 3:09