https://github.com/chsword/ctrc
a reflection cache library for .net
https://github.com/chsword/ctrc
c-sharp cache dotnet-standard reflection
Last synced: 9 months ago
JSON representation
a reflection cache library for .net
- Host: GitHub
- URL: https://github.com/chsword/ctrc
- Owner: chsword
- License: mit
- Created: 2014-08-14T06:18:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-08-28T07:55:13.000Z (9 months ago)
- Last Synced: 2025-08-28T13:55:00.432Z (9 months ago)
- Topics: c-sharp, cache, dotnet-standard, reflection
- Language: C#
- Homepage: http://chsword.github.io/ctrc/
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CTRC
====
[](https://www.nuget.org/packages/CTRC)
[](https://www.nuget.org/packages/CTRC)
[](https://ci.appveyor.com/project/chsword/ctrc)
[](https://www.codefactor.io/repository/github/chsword/ctrc)
一个 .NET 反射缓存的类库
A reflection cache library for .NET.
### NuGet Install
``` powershell
PM> Install-Package CTRC
```