mapmemory icon indicating copy to clipboard operation
mapmemory copied to clipboard

Simple in-memory cache conception built on Map.

Results 1 mapmemory issues
Sort by recently updated
recently updated
newest added

As of now java's concurrent hash map is being used, which makes this library unavailable for use under non-android and non-jvm targets. Perhaps concurrency could be handled using a mutex?...

enhancement