Skip to content

imanbaghery/CacheAndLogInterceptor

Repository files navigation

CacheInterceptor Can Cache method with same input param in "System.Web.HttpRuntime.Cache", for example:

[CacheMethod(10)] public object myMethod() { //anything }

===============================================================================

LoggerInterceptor can log input and output methos param with Attribute, for example:

[LogMethod(LogInput = true,LogOutput = false)] public void myMethod() { //anything }

About

Theese project are interceptor for cache and log.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages