Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-21 | TAPCCache is formally available. | xue | |
2006-02-13 | Let 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-06 | added 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-05 | Added Upgrading tutorial page. | xue | |
2006-01-31 | Delete the backward compatibility notice about timestamp expiry. | alban | |
2006-01-31 | Updated TAPCCache for serializing object | alban | |
2006-01-30 | Added TAPCCache. | xue | |