lru-cache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>lru-cache</artifactId> <version>11.1.0</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>lru-cache</artifactId> <version>11.1.0</version> <name>lru-cache</name> <description>A cache object that deletes the least-recently-used items.</description> <url>https://github.com/isaacs/node-lru-cache#readme</url> <organization> <name>Isaac Z. Schlueter</name> <url>https://github.com/isaacs/node-lru-cache#readme</url> </organization> <licenses> <license> <name>ISC</name> </license> </licenses> <developers> <developer> <name>isaacs</name> <email>i@izs.me</email> </developer> </developers> <scm> <connection>git://github.com/isaacs/node-lru-cache.git</connection> <developerConnection>git://github.com/isaacs/node-lru-cache.git</developerConnection> <url>git://github.com/isaacs/node-lru-cache</url> </scm> <issueManagement> <url>https://github.com/isaacs/node-lru-cache/issues</url> </issueManagement> </project>