WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  enabling dynamic cache service

    Posted Wed August 11, 2010 10:37 AM
    enabling dynamic cache service

    --------------------------------

    plz, explain about dynamic cache service. and when we should enable this.

    --------------------------------

    Posted By: hari at Jul 21 2009 7:11AM


  • 2.  enabling dynamic cache service

    Posted Wed August 11, 2010 10:45 AM
    You can find alot about this in the IBM Information Center for WebSphere Application Server.

    Read:

    Task overview: Using the dynamic cache service to improve performance

    Caching the output of servlets, commands, and JavaServer Pages (JSP) improves application performance. WebSphere Application Server consolidates several caching activities including servlets, Web services, and WebSphere commands into one service called the dynamic cache. These caching activities work together to improve application performance, and share many configuration parameters that are set in the dynamic cache service of an application server. You can use the dynamic cache to improve the performance of servlet and JSP files by serving requests from an in-memory cache. Cache entries contain servlet output, the results of a servlet after it runs, and metadata.

    About this task

    The dynamic cache service works within an application server Java virtual machine (JVM), intercepting calls to cacheable objects. For example, it intercepts calls through a servlet service method or a command execute method, and either stores the output of the object to the cache or serves the content of the object from the dynamic cache.

    --------------------------------

    Posted By: cweg123 at Jul 21 2009 8:37AM