Skip to content

chenkaibin/AspectCache

 
 

Repository files navigation

AspectCache

Caching With Attributes. Powered by Castle Windsor. Like this:

[Cache]
public string SomeMethod(int someArgument)
{
  return "somevalue";
}

See my blogpost for more information.

About

Caching With Attributes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%