Last Version

imcache 0.3.0

Imcache is a Java Caching Library. It supports various kinds of caching models that have been applied so far. Imcache intends to speed up applications by providing a means to manage cached data. It offers solutions ranging from small applications to large scale applications.

License

License

GroupId

GroupId

com.cetsoft
ArtifactId

ArtifactId

imcache-parent
Version

Version

0.3.0
Type

Type

pom
Description

Description

imcache
Imcache is a Java Caching Library. It supports various kinds of caching models that have been applied so far. Imcache intends to speed up applications by providing a means to manage cached data. It offers solutions ranging from small applications to large scale applications.
Project URL

Project URL

http://github.com/Cetsoft/imcache
Project Organization

Project Organization

Cetsoft
Source Code Management

Source Code Management

https://github.com/Cetsoft/imcache

Download imcache-parent 0.3.0

Filename Size
imcache-parent-0.3.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.cetsoft/imcache-parent/ -->
<dependency>
    <groupId>com.cetsoft</groupId>
    <artifactId>imcache-parent</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache-parent/
implementation 'com.cetsoft:imcache-parent:0.3.0'
// https://jarcasting.com/artifacts/com.cetsoft/imcache-parent/
implementation ("com.cetsoft:imcache-parent:0.3.0")
'com.cetsoft:imcache-parent:pom:0.3.0'
<dependency org="com.cetsoft" name="imcache-parent" rev="0.3.0">
  <artifact name="imcache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache-parent', version='0.3.0')
)
libraryDependencies += "com.cetsoft" % "imcache-parent" % "0.3.0"
[com.cetsoft/imcache-parent "0.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • imcache
  • imcache-examples
  • imcache-spring
  • imcache-heap
  • imcache-offheap
  • imcache-core
  • imcache-redis