All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wildfly.plugins.bootablejar.maven.cloud.openshift-infinispan-script.cli Maven / Gradle / Ivy

The newest version!
# Infinispan
# Add a distributed cache optimized for the cloud called 'sessions' if we already have the dist distributed cache.
if (outcome == success) of /subsystem=infinispan/cache-container=web/distributed-cache=dist:read-resource
  /subsystem=infinispan/cache-container=web/distributed-cache=sessions:add
  /subsystem=infinispan/cache-container=web/distributed-cache=sessions/component=expiration:add(interval=0)
  /subsystem=infinispan/cache-container=web:write-attribute(name=default-cache,value=sessions)
end-if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy