An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

CTRC
====

[![install from nuget](http://img.shields.io/nuget/v/CTRC.svg?style=flat-square)](https://www.nuget.org/packages/CTRC)
[![downloads](http://img.shields.io/nuget/dt/CTRC.svg?style=flat-square)](https://www.nuget.org/packages/CTRC)
[![Build status](https://ci.appveyor.com/api/projects/status/9yuwx9q0b8eav776?svg=true)](https://ci.appveyor.com/project/chsword/ctrc)
[![CodeFactor](https://www.codefactor.io/repository/github/chsword/ctrc/badge)](https://www.codefactor.io/repository/github/chsword/ctrc)

一个 .NET 反射缓存的类库

A reflection cache library for .NET.

### NuGet Install
``` powershell
PM> Install-Package CTRC
```