webMethods

webMethods

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.  Caching- Urgent

    Posted Mon June 25, 2018 03:07 PM

    Hi Team,

    Can anyone please tell me where the values get stored when we define it in caching?

    Where the values are actually getting stored or whose memory it is going to use?

    Is there any possibility(say by any means…not through designer) of fetching the values even if the IS is dowm?

    Thanks in advance.


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 2.  RE: Caching- Urgent

    Posted Mon June 25, 2018 08:11 PM

    If you’re referring to service results caching (e.g. set the Run time | Cache results property of a service to true) then it is stored in memory. And no it is not available if IS is down.

    Proceed with caution. Caching does NOT limit itself to the inputs/outputs of the service – it stores and restores the entire pipeline.


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Caching- Urgent

    Posted Tue June 26, 2018 03:19 AM

    To add more, if you are leveraging the inbuilt service cache on IS it gets stored on the memory (on-heap) and it is not available after the restart.

    If you are looking for persistent and cluster aware cache, you can use Terracotta Cache at an additional licensing cost.


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 4.  RE: Caching- Urgent

    Posted Tue June 26, 2018 04:16 AM


  • 5.  RE: Caching- Urgent

    Posted Thu July 05, 2018 12:14 PM

    Hi,

    you might want to check for the Built-In-Services pub.cache:*

    Also have a look at the IS Administrators Guide for chapter “Configuring Ehcache on IntegrationServer”.

    Regards,
    Holger


    #edi
    #webMethods
    #Integration-Server-and-ESB