• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why at all Cache ?

 
Ranch Hand
Posts: 162
1
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Geeks

Probably this would be quite a trivial question but i wanted to know why at all there is a need of Cache System ? What is the difference between all these cache systems availaible ?

Any video about general talk about cache would be great .
Any tutorials about Ehcache to learn ?
Any book for the same ?

Thanks and Warm Regards
 
Rancher
Posts: 43081
77
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Caching is done for performance reasons; start reading here: Cache (computing). For EhCache in particular, its web site has lots of introductory material, including a "Getting Started" document.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sangel Kapoor wrote:Hello Geeks

Probably this would be quite a trivial question but i wanted to know why at all there is a need of Cache System ? What is the difference between all these cache systems availaible ?

Any video about general talk about cache would be great .
Any tutorials about Ehcache to learn ?
Any book for the same ?

Thanks and Warm Regards



These days people are more likely to ask "why not to use caching"?. With the vast increase in memory space and cpu speeds gone are the days when the caching was hevy on system and it is must for a scalable solution. Having said that a proper list should be maintained of the properties being cached and when to update/refresh them and it is always good to have it well documented. I like the EHCache. A good link to Video
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic