Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | 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 to create a cache manager and cache using Integration Server Administrator. For instructions, see the section Understanding Caches and Cache Managers in the 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.