summaryrefslogtreecommitdiff
path: root/framework/Data/TAPCCache.php
AgeCommit message (Collapse)Author
2006-02-21TAPCCache is formally available.xue
2006-02-13Let apc serialize object, to have atomic operation.alban
The downside, is that all value are convertued to ArrayObject to handle object inside the array to be serialized.
2006-02-06added getRaw and setRaw method, if you need to store/retrieve value which ↵alban
are not object, and do not need to serialize. Prado need the Cache to deal with serialization due to implementation, perhaps it should be a responsability to prado to (un/)serialized object prior to call the caching module ? So get/setRaw method will allow user to store mainly array wihtout bothering and addind overhead due to serialization. setRaw still test for is_object to deal with serialization.
2006-02-05Added Upgrading tutorial page.xue
2006-01-31Delete the backward compatibility notice about timestamp expiry.alban
2006-01-31Updated TAPCCache for serializing objectalban
2006-01-30Added TAPCCache.xue