About Store Forum Documentation Contact



Post Reply 
how does cache work?
Author Message
liverol Offline
Member

Post: #1
how does cache work?
i am confused by cache system,any one explain how does this work?
07-29-2010 04:43 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: how does cache work?
if object is not found in cache, it is loaded using its 'load' method, and pointer to the object is returned, the object is kept in memory for later usage
07-29-2010 10:18 AM
Find all posts by this user Quote this message in a reply
Post Reply