Articles about hibernate cache java Treecache’

Apr 2, 2008

Hibernate Cache

Posted by Anandhan Subbiah in Java, Technical Articles 12 comments

Database operations are typically very expensive. A typical query would have to be first transmitted over the network. The database has to create a query plan for it and then execute it. The response then has to be transmitted over the network again before the client can process the results. Most databases will cache the [...]

Share