This is the Linux app named JetCache whose latest release can be downloaded as v2.7.4.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named JetCache with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
JetCache
DESCRIPTION:
JetCache is a Java cache abstraction that provides uniform usage for different caching solutions. It provides more powerful annotations than those in Spring Cache. The annotations in JetCache support native TTL, two-level caching, and automatically refresh in distributed environments, also you can manipulate Cache instances by your code. Currently, there are four implementations: RedisCache, TairCache(not open source on github), CaffeineCache (in memory) and a simple LinkedHashMapCache (in memory).
Features
- Manipulate cache through uniform Cache API
- Declarative method caching using annotations with TTL(Time To Live) and two level caching support
- Create & configure Cache instance with cache manager
- Automatically collect access statistics for Cache instance and method level cache
- The strategy of key generation and value serialization can be customized
- Distributed cache auto refresh and distributed lock. (2.2+)
Programming Language
Java
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/jetcache.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.