Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Cache Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.cache:containsKey
pub.cache:get
pub.cache:getAll
pub.cache:getKeys
pub.cache:put
pub.cache:putAll
pub.cache:remove
pub.cache:removeAll
pub.cache:search
pub.cache.admin:clearAllCaches
pub.cache.admin:clearCache
pub.cache.admin:disableCache
pub.cache.admin:enableCache
pub.cache.admin:evictExpiredElements
pub.cache.admin:isCacheDisabled
pub.cache.atomic:putIfAbsent
pub.cache.atomic:remove
pub.cache.atomic:replace
pub.cache.atomic:replaceIfKeyExists
pub.cache.bulk:isClusterBulkLoadEnabled
pub.cache.bulk:isNodeBulkLoadEnabled
pub.cache.bulk:setNodeBulkLoadEnabled
pub.cache.bulk:waitUntilClusterBulkLoadComplete
pub.cache.lock:acquireLock
pub.cache.lock:isLockedByCurrentThread
pub.cache.lock:releaseLock
pub.cache.serviceResults:addCacheEntry
pub.cache.serviceResults:listServiceCache
pub.cache.serviceResults:resetServerCache
pub.cache.serviceResults:resetServiceCache
The following elements are available in this folder:
Element
Package and Description
WmPublic. Checks whether an element with the specified key exists in the cache.
WmPublic. Retrieves the value of a cached element for the specified key.
WmPublic. Retrieves the values of the cached elements for the specified keys.
WmPublic. Retrieves the keys of all elements available in the cache.
WmPublic. Populates a cached element with a specified key-value pair.
WmPublic. Populates a collection of elements in the cache with the specified key-value pairs.
WmPublic. Removes the cached element associated with the specified key.
WmPublic. Removes the cached elements associated with a list of keys or, if no keys are specified, removes all elements from the cache.
WmPublic. Searches through an indexed cache and returns the results.
WmPublic. Deletes all of the elements from all caches contained in the specified cache manager.
WmPublic. Deletes all elements from the specified cache.
WmPublic. Disables a cache.
WmPublic. Enables a cache.
WmPublic. Deletes all of the expired elements from a cache.
WmPublic. Checks whether the cache is disabled.
WmPublic. Adds an element to the cache if the cache does not contain an element with the specified key.
WmPublic. Removes the cached element associated with the specified key and value.
WmPublic. Replaces the cached element value with the supplied value.
WmPublic. Replaces the cached element if an element for the specified key exists in a cache.
WmPublic. Checks whether the cache on at least one Integration Server node in the Terracotta Server Array cluster is enabled for bulk loading.
WmPublic. Checks whether the cache of the current Integration Server node in the Terracotta Server Array cluster is bulk-load enabled.
WmPublic. Enables or disables bulk loading mode in the current Integration Server node for the cache.
WmPublic. Indicates whether Integration Server delays execution of the next step in a flow service until all of the Integration Server nodes in the Terracotta Server Array cluster disable bulk loading for the cache.
WmPublic. Acquires a lock on the cached element that contains the specified key.
WmPublic. Checks whether the current thread is holding a lock on the cached element for the specified key.
WmPublic. Releases a lock on the element for the specified key.
WmPublic. Adds cached entry into service results for the service without executing the actual service. This service can be useful to perform bulk load of service results at Integration Server startup.
WmPublic. Returns a list of the cached service results for a particular service.
WmPublic. Resets the cache for all services in the service results cache, resulting in the removal of all cached service results for all services from the service results cache.
WmPublic. Resets the cache for specific service, resulting in the removal of cached service results for the service.