
3 Nov
2011
3 Nov
'11
2:37 p.m.
Hi All I want to know how to archive db object memory caching like it done in Java Hibernate. Using persistent I can more-less easily CRUD object. My application working with lots of individual objects (most of the time I need to read objects) and I want to have some transparent cache system to lower database pressure. Is there some plans to implement such functionality?