组织ID: |
org.cache2k |
项目ID: |
cache2k-core |
版本: |
0.19.2 |
最后修改时间: |
2019-10-25 04:47:09 |
包类型: |
jar |
标题: |
cache2k core package |
描述: |
This package provides the implementation of all basic cache2k features.
cache2k is a well engineered high performance in-memory Java cache. It implements
latest eviction algorithms and coding techniques to achieve performance about 10 times better
then existing cache solutions. cache2k comes with a clean and concise API. The API is currently
still evolving until version 1.0 is reached.
|
大小: |
68.07KB |
|
Maven引入代码: |
<dependency>
<groupId>org.cache2k</groupId>
<artifactId>cache2k-core</artifactId>
<version>0.19.2</version>
</dependency>
|
Gradle引入代码: |
org.cache2k:cache2k-core:0.19.2
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.cache2k</groupId>
<artifactId>cache2k-parent</artifactId>
<version>0.19.2</version>
</parent>
<artifactId>cache2k-core</artifactId>
<version>0.19.2</version>
<name>cache2k core package</name>
<description>
This package provides the implementation of all basic cache2k features.
cache2k is a well engineered high performance in-memory Java cache. It implements
latest eviction algorithms and coding techniques to achieve performance about 10 times better
then existing cache solutions. cache2k comes with a clean and concise API. The API is currently
still evolving until version 1.0 is reached.
</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cache2k-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>junit-benchmarks</artifactId>
<version>0.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.cache2k.impl.ClockCache.class
org.cache2k.impl.LruCache.class
org.cache2k.impl.ArcCache$Entry.class
org.cache2k.impl.IntegrityState.class
org.cache2k.impl.LockFreeCache.class
org.cache2k.impl.BaseCache$InitialValuePleaseComplainToJens.class
org.cache2k.impl.BaseCache$Entry.class
org.cache2k.impl.DepthSearchAndSizeCounter.class
org.cache2k.impl.BaseCache$3$1.class
org.cache2k.impl.BaseCache$1.class
org.cache2k.impl.CacheSizeEstimator.class
org.cache2k.impl.HashEntryIterator.class
org.cache2k.impl.BaseCache$3.class
org.cache2k.impl.ExceptionWrapper.class
org.cache2k.impl.BaseCache$5.class
org.cache2k.impl.BaseCache$Info.class
org.cache2k.impl.BaseCache$MyTimerTask.class
org.cache2k.impl.ClockProPlusCache$Entry.class
org.cache2k.impl.CacheBuilderImpl.class
org.cache2k.impl.CacheUsageExcpetion.class
org.cache2k.impl.CacheRefreshThreadPool.class
org.cache2k.impl.BaseCache$4.class
org.cache2k.impl.BaseCache$2.class
org.cache2k.impl.ClockProPlusCache$InitialGhostValuePleaseComplain.class
org.cache2k.impl.BaseCache$CollisionInfo.class
org.cache2k.impl.DepthSearchAndSizeCounter$EstimationException.class
org.cache2k.impl.RandomCache.class
org.cache2k.impl.CacheLifeCycleListener.class
org.cache2k.impl.CacheRefreshThreadPool$MyThreadFactory.class
org.cache2k.impl.ArcCache.class
org.cache2k.impl.CacheIntegrityError.class
org.cache2k.impl.CacheManagerImpl.class
org.cache2k.impl.CanCheckIntegrity.class
org.cache2k.impl.BaseCache$Hash.class
org.cache2k.impl.LruCache$Entry.class
org.cache2k.impl.ClockProPlusCache.class
org.cache2k.impl.ClockProPlusCache$StaleMarker.class
org.cache2k.impl.DepthSearchAndSizeCounter$SeenEntry.class
org.cache2k.impl.CacheRefreshThreadPool$MyStatus.class
org.cache2k.impl.BaseCache.class
org.cache2k.impl.ClockCache$Entry.class
META-INF/maven/org.cache2k/cache2k-core/pom.xml
META-INF/maven/org.cache2k/cache2k-core/pom.properties
|
依赖Jar: |
cache2k-api-${project.version}.jar
/${project.groupId}/cache2k-api/${project.version}
查看cache2k-api所有版本文件
commons-logging-1.1.2.jar
/commons-logging/commons-logging/1.1.2
查看commons-logging所有版本文件
junit-benchmarks-0.7.0.jar
/com.carrotsearch/junit-benchmarks/0.7.0
查看junit-benchmarks所有版本文件
|