{"id":19041774,"url":"https://github.com/joshcamas/cached-reflection","last_synced_at":"2026-05-10T16:39:28.016Z","repository":{"id":116158528,"uuid":"177478749","full_name":"joshcamas/cached-reflection","owner":"joshcamas","description":"Bite-sized reflection cacher for C# to make reflection speedy fast","archived":false,"fork":false,"pushed_at":"2019-03-24T23:26:30.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T08:08:41.651Z","etag":null,"topics":["csharp","reflection","unity3d"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/joshcamas.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":"2019-03-24T22:48:11.000Z","updated_at":"2021-02-14T10:08:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e01f993-0721-4919-beee-8c26cb1c47e6","html_url":"https://github.com/joshcamas/cached-reflection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joshcamas/cached-reflection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshcamas%2Fcached-reflection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshcamas%2Fcached-reflection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshcamas%2Fcached-reflection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshcamas%2Fcached-reflection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshcamas","download_url":"https://codeload.github.com/joshcamas/cached-reflection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshcamas%2Fcached-reflection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32864082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["csharp","reflection","unity3d"],"created_at":"2024-11-08T22:31:45.993Z","updated_at":"2026-05-10T16:39:27.996Z","avatar_url":"https://github.com/joshcamas.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cached-reflection\nBite-sized reflection cacher for C# to make reflection speedy fast by caching fields, methods, and properties.\nI personally use it for my projects in Unity3D :)\n\n### Usage\n\n```C#\nFieldInfo field = ReflectionCache.GetField(myType, fieldName);\nMethodInfo method = ReflectionCache.GetMethod(myType, methodName);\nPropertyInfo property = ReflectionCache.GetProperty(myType, propertyName);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshcamas%2Fcached-reflection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshcamas%2Fcached-reflection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshcamas%2Fcached-reflection/lists"}