Building Your Event-Driven Architecture : Integration Server Built-In Services Reference : Cache Folder
Cache Folder
 
About Checkpoint Restart
Summary of Elements in this Folder
You use the elements in the cache folder to place data in a cache and retrieve it again later. You can also use the services in the cache folder to perform administrative operations such as enabling, disabling, and clearing a cache, or to implement checkpoint restart in services you write. Integration Server uses Ehcache internally for all of the services in the cache folder. Before using these services, you need create a cache manager and cache using Integration Server Administrator. For more information about creating a cache manager and cache, see webMethods Integration Server Administrator’s Guide.
Note:  
The key you use for the services in the cache folder must be an object that overrides the equals() method from java.lang.Object. Failure to use such an object can cause the service to return incorrect results.
Note:  
You cannot use an IS document object as a key for storing objects in the cache because IS document objects do not implement the equals() method.
Copyright © 2016 - 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback