Performances could be improved slightly from Doctrine's ArrayCache with a simpler implementation (saw that after a profiling).
A SingleFileCache could also be provided to implement what is described in #289 (comment):
Also implementing a file cache that writes and reads to a single file, and loads it in memory on the first get() would be very easy
Might be useful for e.g. Piwik.