
Caching is an important layer in today's applications that require high availability in clustered environments. Caching demands require fast performance, lots of storage, and the ability to scale horizontally so your cache infrastructure can grow with your needs. We take caching seriously which is why we've built tools like CacheBox which is not only a caching engine, but an aggregator and API for other caches. In-process caches which run on the JVM alongside your application and share the same heap space are convenient and easy to set up, but they have limitations. This is why we've spent time learning about other out-of-process caching strategies.