# rack-funky-cache **Repository Path**: mirrors_tuupola/rack-funky-cache ## Basic Information - **Project Name**: rack-funky-cache - **Description**: Funky caching for Rack based applications - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Rack Funky Cache Rack middleware for funky caching content. When request is first served by Rack it is written to disk as static html file. All subsequent requests are then served by webserver and they never reach Rack. == Install $ sudo gem install rack-funky-cache == Copyright Copyright (c) 2010-2012 Mika Tuupola. See LICENSE for details.