file-entry-cache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>file-entry-cache</artifactId>
<version>11.1.3</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>file-entry-cache</artifactId>
<version>11.1.3</version>
<name>file-entry-cache</name>
<description>A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run</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-flat-cache.version>[6.1.22,7)</org.mvnpm-flat-cache.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>flat-cache</artifactId>
<version>${org.mvnpm-flat-cache.version}</version>
</dependency>
</dependencies>
</project>