Skip to content

matthelliwell2/FileBackedCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileBackedCache

This is a simple map implementation that is implemented with a LRU cache of fixed size and serialised files for when then values will not fit into the LRU cache.

A callback is provided to receive notification when an object is deserialised, in case you need to perform any initialisation, for example setting transient fields.

The code is not thread safe.

About

Java map implemenation that is back by serialised files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published