java-commons-jcs 3.1
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.
- Outputs:
out
- 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 java-commons-jcs 3.1
as follows:
guix install java-commons-jcs@3.1
Or install the latest version:
guix install java-commons-jcs
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.