{"id":25716334,"url":"https://github.com/interledgerjs/ilp-store-wrapper","last_synced_at":"2026-05-16T19:06:59.933Z","repository":{"id":67177265,"uuid":"119208827","full_name":"interledgerjs/ilp-store-wrapper","owner":"interledgerjs","description":"Wrapper for ILP store to handle caching and persistence","archived":false,"fork":false,"pushed_at":"2018-07-13T20:31:43.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T14:56:17.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/interledgerjs.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-01-27T22:42:28.000Z","updated_at":"2018-08-27T17:53:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1ebf2aa-4d47-4219-9f12-e386d5b566d3","html_url":"https://github.com/interledgerjs/ilp-store-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/interledgerjs/ilp-store-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-store-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-store-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-store-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-store-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledgerjs","download_url":"https://codeload.github.com/interledgerjs/ilp-store-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-store-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33115450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-02-25T14:53:01.424Z","updated_at":"2026-05-16T19:06:59.921Z","avatar_url":"https://github.com/interledgerjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ILP Store Wrapper\n\u003e Synchronous wrapper around ILP store\n\nThe constructor takes an ILP store.\n\n```js\nconst wrappedStore = new StoreWrapper(store)\n```\n\n- `.load(key) -\u003e Promise\u003cnull\u003e` will read a key asynchronously into the cache.\n- `.get(key) -\u003e value` will synchronously read from the cache.\n- `.set(key, value) -\u003e null` will synchronously write to the cache and queue a write to the store (with order guaranteed).\n- `.delete(key) -\u003e null` will synchronously delete from the cache and queue a delete to the store (with order guaranteed).\n- `.setCache(key, value) -\u003e null` will synchronously write to the cache and NOT queue any write to the store.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledgerjs%2Filp-store-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledgerjs%2Filp-store-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledgerjs%2Filp-store-wrapper/lists"}