Info
Version: | 1.0.26 |
Author(s): | Van Thoai Nguyen |
Last Update: | Wednesday, October 18, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vanthoainguyen/Flatwhite |
NuGet Url: | https://www.nuget.org/packages/Flatwhite |
Install
Install-Package Flatwhite
dotnet add package Flatwhite
paket add Flatwhite
Flatwhite Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
You can create MethodFilterAttribute to add custom logic to any methods as soon as it is interceptable by Castle Dynamic Proxy. Flatwhite has 1 built-in OutputCacheFilter to cache method result which can auto refresh stale content.
You can use Flatwhite simply for caching or extending behavior of your methods such as profiling, logging by implement MethodFilterAttribute similar to MVC's ActionFilterAttribute.