{"id":18624928,"url":"https://github.com/rhzs/fast-cache","last_synced_at":"2026-05-05T04:06:59.187Z","repository":{"id":91124622,"uuid":"136843383","full_name":"rhzs/fast-cache","owner":"rhzs","description":"Lightweight, Simple, and High Performance LFU, LRU and ARC Caching","archived":false,"fork":false,"pushed_at":"2018-06-18T11:53:05.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T05:42:00.472Z","etag":null,"topics":["cache","golang","lru","nosql","rest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhzs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-10T20:41:42.000Z","updated_at":"2019-03-11T01:15:58.000Z","dependencies_parsed_at":"2023-04-16T08:06:23.414Z","dependency_job_id":null,"html_url":"https://github.com/rhzs/fast-cache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhzs%2Ffast-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhzs%2Ffast-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhzs%2Ffast-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhzs%2Ffast-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhzs","download_url":"https://codeload.github.com/rhzs/fast-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239418579,"owners_count":19635208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cache","golang","lru","nosql","rest"],"created_at":"2024-11-07T04:31:57.545Z","updated_at":"2025-11-03T19:30:33.330Z","avatar_url":"https://github.com/rhzs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e \n    \u003cimg src=\"assets/logo.png\"/\u003e\n\u003c/p\u003e\n\n# Fast Cache\n\nUltra Lightweight, Simple, and High Performance In-Memory Caching Server via REST.\n\n## Features\n\n* Hoshicorp LRU\n* Hoshicorp ARC-LRU\n* [CCache LRU](github.com/karlseguin/ccache)\n\n## Requirements\n\n1. Golang 1.10.2 \u003c\n2. Install `dep` to manage Golang dependency\n\n## How to run?\n\nYou must get dependencies via Dep. You will see vendor folder if success.\n\n```shell\n$ dep ensure -update \n$ go run main.go\n```\n\n## How to use?\n\n1. Adding LRU cache of `xyz` with JSON data `{'a':\"2\", 'c':1}`\n\n```shell\n$ curl -X POST -d '{'a':\"2\", 'c':1}' localhost:8080/api/v1/lru/xyz\n```\n\n2. Get LRU cache of `xyz`\n\n```shell\n$ curl -X GET localhost:8080/api/v1/lru/xyz\n```\n\n3. Remove LRU cache of `xyz`\n\n```shell\n$ curl -X DELETE localhost:8080/api/v1/lru/xyz\n```\n\n\n## Credits\n\nBosan Tech (c) 2018\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhzs%2Ffast-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhzs%2Ffast-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhzs%2Ffast-cache/lists"}