# local-cache **Repository Path**: leefa/local-cache ## Basic Information - **Project Name**: local-cache - **Description**: go语言实现本地缓存的3种算法(FIFO, LFU, LRU) 3种实现均不考虑并发问题 实现语言为go - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-20 - **Last Updated**: 2021-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # local-cache #### 介绍 go语言实现本地缓存的3种算法(FIFO, LFU, LRU) 3种实现均不考虑并发问题 实现语言为go