{"id":13713160,"url":"https://github.com/PrasannaC/SimpleCache","last_synced_at":"2025-05-06T23:30:39.627Z","repository":{"id":69617571,"uuid":"155514971","full_name":"PrasannaC/SimpleCache","owner":"PrasannaC","description":"A simple n-way set associative cache implemented in Go","archived":false,"fork":false,"pushed_at":"2018-10-31T16:51:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-13T23:33:12.710Z","etag":null,"topics":["cache","go","golang","linked-list","n-way-cache"],"latest_commit_sha":null,"homepage":null,"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/PrasannaC.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-10-31T07:17:14.000Z","updated_at":"2018-10-31T16:52:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"7023f5e6-78a3-487b-842e-ee8ac91141fe","html_url":"https://github.com/PrasannaC/SimpleCache","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/PrasannaC%2FSimpleCache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrasannaC%2FSimpleCache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrasannaC%2FSimpleCache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrasannaC%2FSimpleCache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrasannaC","download_url":"https://codeload.github.com/PrasannaC/SimpleCache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252787171,"owners_count":21804211,"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","go","golang","linked-list","n-way-cache"],"created_at":"2024-08-02T23:01:28.749Z","updated_at":"2025-05-06T23:30:39.620Z","avatar_url":"https://github.com/PrasannaC.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# SimpleCache\nA simple n-way set associative, LRU cache implemented in Go\n\n## Usage\n```Go\nimport \"SimpleCache/Cache\"\n\nvar cache Cache.ICache\n// To create a cache with 10 sets of length 3 each.\ncache = Cache.CreateCache(3, 10)\n// The key must be a string\n// Value can be any type\ncache.Put(\"Key\",value)\ncachedValue = cache.Get(\"key\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrasannaC%2FSimpleCache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPrasannaC%2FSimpleCache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrasannaC%2FSimpleCache/lists"}