# Installing CacheBox

CacheBox has been designed to work either as a standalone framework or within the ColdBox Platform. So if you are building ColdBox applications, you do not have to do anything; CacheBox is already part of the platform. The main difference between both versions is the instantiation and usage namespace, the rest is the same.

* [Download CacheBox Standalone](http://www.coldbox.org/download)
* [Download API Docs](http://www.coldbox.org/api)

## Standalone

`cachebox.system.cache`

## ColdBox

`coldbox.system.cache`

> **Note** All examples in this book are based on the standalone namespace.
