java-commons-jcs
Distributed caching system in Java
JCS is a distributed caching system written in Java. It is intended to speed up applications by providing a means to manage cached data of various dynamic natures. Like any caching system, JCS is most useful for high read, low put applications. Latency times drop sharply and bottlenecks move away from the database in an effectively cached system.
- Versions: 3.1
- Website: https://commons.apache.org/proper/commons-jcs/
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-commons-jcs
as follows:
guix install java-commons-jcs
Or install a particular version:
guix install java-commons-jcs@3.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of java-commons-jcs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-commons-jcs'><img src='https://packages.guix.gnu.org/packages/java-commons-jcs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/java-commons-jcs)
Example Org:
[[https://packages.guix.gnu.org/packages/java-commons-jcs][https://packages.guix.gnu.org/packages/java-commons-jcs/badges/latest-version.svg]]