{"id":25133075,"url":"https://github.com/goncalotomas/kashe","last_synced_at":"2026-02-13T10:21:21.312Z","repository":{"id":57512381,"uuid":"127660369","full_name":"goncalotomas/kashe","owner":"goncalotomas","description":"A simple LRU Cache with no dependencies written in Erlang","archived":false,"fork":false,"pushed_at":"2018-04-02T10:35:27.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T23:12:21.504Z","etag":null,"topics":["cache","erlang"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goncalotomas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-01T18:35:25.000Z","updated_at":"2023-04-29T23:07:14.000Z","dependencies_parsed_at":"2022-09-26T17:51:36.672Z","dependency_job_id":null,"html_url":"https://github.com/goncalotomas/kashe","commit_stats":null,"previous_names":["clicaai/kashe"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goncalotomas%2Fkashe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goncalotomas%2Fkashe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goncalotomas%2Fkashe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goncalotomas%2Fkashe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goncalotomas","download_url":"https://codeload.github.com/goncalotomas/kashe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528873,"owners_count":21445518,"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","erlang"],"created_at":"2025-02-08T15:34:08.539Z","updated_at":"2025-12-11T23:37:19.949Z","avatar_url":"https://github.com/goncalotomas.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kashe (/kæʃ/) - Simple LRU cache\n[![Build Status](https://travis-ci.org/ClicaAi/kashe.svg?branch=master)](https://travis-ci.org/ClicaAi/kashe)\n[![hex version](https://img.shields.io/hexpm/v/kashe.svg)](https://hex.pm/packages/kashe)  \n\nA very simple fixed-size cache implementation with a minimal `get` and `put` interface. Distributed as an OTP application and it can be used as a dependency.\n\n## Build\n\n    $ rebar3 compile\n\nTesting it out\n-----\n\n    $ rebar3 shell\n    1\u003e kashe:get(1).\n    undefined\n    2\u003e kashe:put(\u003c\u003c\"meaning of life\"\u003e\u003e, 42).\n    ok\n    3\u003e kashe:get(\u003c\u003c\"meaning of life\"\u003e\u003e).\n    42\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoncalotomas%2Fkashe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoncalotomas%2Fkashe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoncalotomas%2Fkashe/lists"}