webCache-1.0
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ibm.websphere.appserver.features</groupId>
<artifactId>webCache-1.0</artifactId>
<version>19.0.0.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.websphere.appserver.features</groupId>
<artifactId>webCache-1.0</artifactId>
<version>19.0.0.7</version>
<packaging>esa</packaging>
<name>Web Response Cache 1.0</name>
<description>This feature enables local caching for web responses. It includes the distributedMap feature and performs automatic caching of web application responses to improve response times and throughput. Applications can include a cache-spec.xml file to customize the response caching. The cache may be distributed through addition of a network cache provider such as WebSphere eXtreme Scale.</description>
<licenses>
<license>
<name>Additional Features Terms & Conditions</name>
<url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/19.0.0.7/lafiles/featureTerms/</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>jsp-2.2</artifactId>
<version>19.0.0.7</version>
<type>esa</type>
</dependency>
<dependency>
<groupId>com.ibm.websphere.appserver.features</groupId>
<artifactId>servlet-3.0</artifactId>
<version>19.0.0.7</version>
<type>esa</type>
</dependency>
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>distributedMap-1.0</artifactId>
<version>19.0.0.7</version>
<type>esa</type>
</dependency>
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.webCache</artifactId>
<version>1.1.30</version>
</dependency>
<dependency>
<groupId>com.ibm.websphere.appserver.spi</groupId>
<artifactId>com.ibm.websphere.appserver.spi.webCache</artifactId>
<version>1.0.30</version>
</dependency>
</dependencies>
</project>