Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 322 Bytes

AspectCache

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

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

See my blogpost for more information.