cacheable
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>cacheable</artifactId>
<version>2.3.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.mvnpm</groupId>
<artifactId>cacheable</artifactId>
<version>2.3.5</version>
<name>cacheable</name>
<description>High Performance Layer 1 / Layer 2 Caching with Keyv Storage</description>
<url>https://github.com/jaredwray/cacheable#readme</url>
<organization>
<name>Jared Wray</name>
<url>https://github.com/jaredwray/cacheable#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jaredwray</name>
<email>me@jaredwray.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jaredwray/cacheable.git</connection>
<developerConnection>https://github.com/jaredwray/cacheable.git</developerConnection>
<url>https://github.com/jaredwray/cacheable</url>
</scm>
<issueManagement>
<url>https://github.com/jaredwray/cacheable/issues</url>
</issueManagement>
<properties>
<org.mvnpm-keyv.version>[5.6.0,6)</org.mvnpm-keyv.version>
<org.mvnpm.at.cacheable-memory.version>[2.0.8,3)</org.mvnpm.at.cacheable-memory.version>
<org.mvnpm-hookified.version>[1.15.0,2)</org.mvnpm-hookified.version>
<org.mvnpm.at.cacheable-utils.version>[2.4.1,3)</org.mvnpm.at.cacheable-utils.version>
<org.mvnpm-qified.version>[0.10.1,0.11)</org.mvnpm-qified.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hookified</artifactId>
<version>${org.mvnpm-hookified.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>keyv</artifactId>
<version>${org.mvnpm-keyv.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>qified</artifactId>
<version>${org.mvnpm-qified.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.cacheable</groupId>
<artifactId>memory</artifactId>
<version>${org.mvnpm.at.cacheable-memory.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.cacheable</groupId>
<artifactId>utils</artifactId>
<version>${org.mvnpm.at.cacheable-utils.version}</version>
</dependency>
</dependencies>
</project>