i little confused how orm caching works respects caching strategys. if use "read-only" caching strategy, mean if load entity , try edit it, wont able to?
if thats true, how go editing entity?
read-only works data not updated. produces error if attempt update or insert records.
http://java.dzone.com/news/one-where-i-try-coldfusion-9
i guess if you've updated entity in db, u might need ormevictentity('entity')
http://help.adobe.com/en_us/coldfusion/9.0/developing/wscad9638e-2d2c-48d8-9069-ae5a220b75a6.html
Comments
Post a Comment