Spring caching with Ehcache – CodingpediaOrg
Are you aware of the Pareto principle, also known as the 80-20 rule, which states that, for many events, roughly 80% of the effects come from 20% of the causes? Well, this principle also holds true for Podcastpedia.org, where most of the traffic is driven by some of the podcasts, and only some of the search criteria are used the most. So why not cache them?
For application caching Podcastpedia uses Ehcache, which is an open source, standards-based cache for boosting performance, offloading your database, and simplifying scalability. It's the most widely-used Java-based cache because it's robust, proven, and full-featured.
This post presents how Ehcache is integrated with Spring, which is the main technology used to develop Podcastpedia.org
Read full article from Spring caching with Ehcache – CodingpediaOrg
No comments:
Post a Comment