LRU caching map is Least Recent Used Map, (see Wiki), meaning that a Key,Value pair is stored in the cache, with a "expireTime", but every time the Key is retrieved (get method) the expire time is extended.
It is a simple POJO one jar library.
With complete documentation with examples and javadoc.

When the cache reaches is "maxSize" or a cleanup of the cache is performed (automatically by deamon thread dependent on the "LRUCachingMapConfiguration"),
it is the keys with least recent used (lowest expire time) that is discarded first.

This library has extended configuration, so you have the ability to set how times a keys expired time can be extended.
See more about the configuration abilities at Configuration.


Additionally this library has "ValueManager" interface, which wraps how the Value is stored.
This can be in Memory or in a Persistent storage like File, FileReference or Database which will give ability to restore the cache.

Features

  • LRU Cache
  • Persistence
  • One library
  • Java
  • JPA
  • File
  • Memory
  • Extendable
  • Generic
  • POJO

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Creative Commons Attribution ShareAlike License V3.0

Follow JHCaching

JHCaching Web Site

You Might Also Like
SKUDONET Open Source Load Balancer Icon
SKUDONET Open Source Load Balancer

Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of JHCaching!

Additional Project Details

Languages

English

Intended Audience

Developers

Programming Language

Java

Related Categories

Java Libraries

Registered

2016-01-25