<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Understanding Caching in Hibernate &#8211; Part Three : The Second Level Cache</title>
	<atom:link href="http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 06:14:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Von: corporate catering Sydney</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-55843</link>
		<dc:creator>corporate catering Sydney</dc:creator>
		<pubDate>Fri, 24 Jun 2011 13:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-55843</guid>
		<description>The post is written in very a good manner and it entails many useful information for me. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept. Thank you for the post.</description>
		<content:encoded><![CDATA[<p>The post is written in very a good manner and it entails many useful information for me. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement the concept. Thank you for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Steve</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-52646</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 10 Jun 2011 18:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-52646</guid>
		<description>This is probably the most complete writing on Hibernation Cache I&#039;ve come across.  Well done sir.

-Steve @&lt;a href=&quot;http://www.ohmydogsupplies.com/&quot;&gt;OMDS&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is probably the most complete writing on Hibernation Cache I&#8217;ve come across.  Well done sir.</p>
<p>-Steve @<a href="http://www.ohmydogsupplies.com/">OMDS</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: buy facebook fans</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-42899</link>
		<dc:creator>buy facebook fans</dc:creator>
		<pubDate>Mon, 25 Apr 2011 06:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-42899</guid>
		<description>I wanted to thank you for this great read!! I definitely enjoying every little bit of it I have you bookmarked to check out new stuff you post.</description>
		<content:encoded><![CDATA[<p>I wanted to thank you for this great read!! I definitely enjoying every little bit of it I have you bookmarked to check out new stuff you post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Edwin</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-41437</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-41437</guid>
		<description>k</description>
		<content:encoded><![CDATA[<p>k</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Edwin</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-41436</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-41436</guid>
		<description>I&#039;ve got two application using the same database. I don&#039;t have a clustered cache, so each application has it&#039;s own Hibernate cache. One of the applications only reads data, the other reads and writes data.
If I configure a read-only cache in the first application I guess it will always retrieve stale data because it will never get updated ? I guess the only way to get it updated is to either use a clustered cache, or set the time-to-live of cache entries to a certain interval ?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got two application using the same database. I don&#8217;t have a clustered cache, so each application has it&#8217;s own Hibernate cache. One of the applications only reads data, the other reads and writes data.<br />
If I configure a read-only cache in the first application I guess it will always retrieve stale data because it will never get updated ? I guess the only way to get it updated is to either use a clustered cache, or set the time-to-live of cache entries to a certain interval ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Edwin</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-41435</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Thu, 14 Apr 2011 07:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-41435</guid>
		<description>I&#039;ve got one application that both reads, insert, deletes entities from a database. I especially want to improve performance of fetching data (queries). Is it enough and reliable to create a read-only 2nd level hibernate cache, or must it be a read-write cache ?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got one application that both reads, insert, deletes entities from a database. I especially want to improve performance of fetching data (queries). Is it enough and reliable to create a read-only 2nd level hibernate cache, or must it be a read-write cache ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Munikumar</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-39465</link>
		<dc:creator>Munikumar</dc:creator>
		<pubDate>Thu, 31 Mar 2011 16:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-39465</guid>
		<description>Thanks for explaining the concept in a easier manner with examples.</description>
		<content:encoded><![CDATA[<p>Thanks for explaining the concept in a easier manner with examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Amit</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-34270</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sat, 19 Feb 2011 06:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-34270</guid>
		<description>Thanks Bro.. God Bless You</description>
		<content:encoded><![CDATA[<p>Thanks Bro.. God Bless You</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Debadatta Sahoo</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-24071</link>
		<dc:creator>Debadatta Sahoo</dc:creator>
		<pubDate>Wed, 17 Nov 2010 13:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-24071</guid>
		<description>this information is abosoulte.I have lack of words to appreciate you for your genuine effort to make the concept so easy.

Thanks and Regards,
Debadatta</description>
		<content:encoded><![CDATA[<p>this information is abosoulte.I have lack of words to appreciate you for your genuine effort to make the concept so easy.</p>
<p>Thanks and Regards,<br />
Debadatta</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Week 38 &#8211; Transactions in a JPA World Application Performance, Scalability and Architecture – The dynaTrace Blog</title>
		<link>http://blog.dynatrace.com/2009/03/24/understanding-caching-in-hibernate-part-three-the-second-level-cache/comment-page-1/#comment-19955</link>
		<dc:creator>Week 38 &#8211; Transactions in a JPA World Application Performance, Scalability and Architecture – The dynaTrace Blog</dc:creator>
		<pubDate>Tue, 14 Sep 2010 01:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=368#comment-19955</guid>
		<description>[...] and additionally avoid unnecessary creation of objects. Additionally, JPA frameworks offer query and cross-session (second-level) caches as [...]</description>
		<content:encoded><![CDATA[<p>[...] and additionally avoid unnecessary creation of objects. Additionally, JPA frameworks offer query and cross-session (second-level) caches as [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

