License |
License |
---|---|
GroupId | GroupIdio.meshware.cache |
ArtifactId | ArtifactIdcache-ohc |
Last Version | Last Version0.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmeshware-local-cache-ohc
Off heap cache, not affected by JVM, do not affect GC, but have serialization and deserialization CPU losses
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cache-ohc-0.0.9.pom | |
cache-ohc-0.0.9.jar | 32 KB |
cache-ohc-0.0.9-sources.jar | 22 KB |
cache-ohc-0.0.9-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.meshware.cache/cache-ohc/ -->
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>cache-ohc</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.meshware.cache/cache-ohc/
implementation 'io.meshware.cache:cache-ohc:0.0.9'
// https://jarcasting.com/artifacts/io.meshware.cache/cache-ohc/
implementation ("io.meshware.cache:cache-ohc:0.0.9")
'io.meshware.cache:cache-ohc:jar:0.0.9'
<dependency org="io.meshware.cache" name="cache-ohc" rev="0.0.9">
<artifact name="cache-ohc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.meshware.cache', module='cache-ohc', version='0.0.9')
)
libraryDependencies += "io.meshware.cache" % "cache-ohc" % "0.0.9"
[io.meshware.cache/cache-ohc "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
io.meshware.cache : cache-api | jar | 0.0.9 |
io.meshware.cache : cache-ihc | jar | 0.0.9 |
org.caffinitas.ohc : ohc-core | jar | 0.7.4 |
org.springframework : spring-context Optional | jar | 5.3.9 |
com.esotericsoftware : kryo | jar | 5.2.1 |
com.esotericsoftware : kryo-shaded | jar | 4.0.2 |
de.javakaffee : kryo-serializers | jar | 0.45 |
io.protostuff : protostuff-core | jar | 1.7.4 |
io.protostuff : protostuff-runtime | jar | 1.7.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.4 |
junit : junit | jar | 4.13.2 |