PHP APC - What happen when APC cache is full?

Posted by cory on Stack Overflow See other posts from Stack Overflow or by cory
Published on 2009-06-27T22:50:42Z Indexed on 2010/05/08 18:48 UTC
Read the original article Hit count: 198

Filed under:
|

What happen when you try to add a variable into APC and the APC cache is full? Does it automatically remove least used variable from the cache?

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about apc