Features:
* Fast. Performance scales on multi-core CPUs.
* Thread-safe. Concurrent goroutines may read and write into a single cache
instance.
* The fastcache is designed for storing big number of entries without GC
overhead.
* Fastcache automatically evicts old entries when reaching the maximum
cache size set on its creation.
* Simple API.
* Simple source code.
* Cache may be saved to file and loaded from file.
* Works on Google AppEngine.
Installed Size: 81.9 kB
Architectures: all