4 May 2009 15:46
Re: 3.0 cache documentation
Andrus Adamchik <andrus <at> objectstyle.org>
2009-05-04 13:46:53 GMT
2009-05-04 13:46:53 GMT
On May 4, 2009, at 7:03 AM, Malcolm Edgar wrote: > Have you found big performance improvements using OSCache? Oh yeah. Essentially you'd be replacing a remote JDBC call + ResultSet- to-objects conversion with a single local hashtable lookup. Especially it shines when used with a shared read-only DataContext. Andrus
RSS Feed