JCS
stands for Java Caching system written purely in Java. JCS speeds up applications
by providing a cache mechanism to access objects. JCS provides cache, like a
Map structure, in which data stored in the cache like name-value pair. In JCS,
cache is divided into regions, each region is like a Map kind of structure to
store objects and each region has its own configuration that is different from
other regions.
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
No comments:
Post a Comment