Questions about APC.
Posted: Sun Mar 01, 2009 1:55 pm
Hi,
Is there a way I could determine how many bytes of data can I cache:
More over, is that cache shared with other processes or customers on shared hosting?
One more question, what happens if the limit of bytes has exceeded for the cache? The apc_store() returns a false?
Is there a way I could determine how many bytes of data can I cache:
Code: Select all
apc_store('foo', $bar);One more question, what happens if the limit of bytes has exceeded for the cache? The apc_store() returns a false?