Skip to content

kaelsass/expirable-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Expirable Map

Expirable Map with expire time setting written in Java

Sample

Map<Integer, String> map = new CacheMap<Integer, String>(1000 * 5);
map.put(1, "value");

Then the map.get(1) will be expired after 5 minutes.

About

Expirable Map with expire time setting written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages