Introduction

Open Cache Acceleration Software (Open CAS) is an open source project encompassing block caching software libraries, adapters, tools and more. The main goal of this cache acceleration software is to accelerate a backend block device(s) by utilizing a higher performance device(s).

At the core of Open CAS is the Open CAS Framework (OCF). To build upon OCF and in order to provide complete caching solutions, Open CAS also provides adapter implementations for Linux operating systems and for SPDK applications. See the sections Open CAS Linux and SPDK Block Device below for more information.

The figure below shows the software stack of complete caching solutions using SPDK and Open CAS Linux.

alt text

The main sub-projects of Open CAS are:

  • Open CAS Framework (OCF)
  • Open CAS Linux
  • SPDK OCF Block Device

Open CAS Framework (OCF)

The Open CAS Framework (OCF) is a high performance block storage caching meta-library written in C.
OCF is the foundation which Open CAS Linux and SPDK depend on to provide complete caching solutions.

Visit the What is OCF and OCF Quick Setup pages for more information.

Open CAS Linux

Open CAS Linux provides kernel adapters to OCF in order to implement a high performance, low latency complete caching solution for Linux operating systems.
The picture below depicts in green the integration of OCF and the implemented kernel adapters provided with Open CAS Linux.

alt text

Visit the Open CAS Linux Quick Setup and Open CAS Linux Admin Guide pages for more information.

Storage Performance Development Kit OCF Block Device

The Storage Performance Development Kit (SPDK) is a set of tools and libraries for building high performance applications. Open CAS enhances SPDK by providing an OCF SPDK block device adapter to build high performance caching-aware applications. The SPDK OCF block device is independent from Open CAS Linux as it implements a different type of adapter while still utilizing OCF. The picture below depicts the integration of OCF and SPDK.

alt text

Visit the Storage Performance Development Kit and SPDK Quick Setup pages for more information.