If an application puts too many items into the RamCache, they can fill up their JVM's heap and render their server unresponsive. A cap on the number of cache items (like in ACF) could alleviate this problem.
Using soft references (as an option in admin) now, so garbage collector can remove elements from cache in case it runs out of memory.
Thanks, !