Home

Traffic Server Software Developers Kit

Chapter 7. Cache Plugin

Table of Contents

Getting Started
Reads and Writes
State Diagram
Sample Plugin
Cache Events

The Traffic Server cache plugin replaces the cache engine and the underlying storage of Traffic Server's built-in cache. Writing your own plugin enables you to control the storage mechanisms (ie, memory, disk, network storage) as well as the cache replacement policy (ie, LRU, LFU).

Getting Started

((Editor's note: text TBD))