# pie_cache **Repository Path**: ser163/pie_cache ## Basic Information - **Project Name**: pie_cache - **Description**: 一个go语言的本地文件缓存库. - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-20 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pie_cache A file-based caching system with TTL (Time To Live) support for Go applications. ## Features - File-based storage with automatic directory structure - TTL (Time To Live) support for automatic expiration - Thread-safe operations - Automatic purging of expired items - Simple API similar to key-value stores ## Installation ```bash go get github.com/ser163/pie_cache