Caching With Attributes. Powered by Castle Windsor. Like this:
[Cache]
public string SomeMethod(int someArgument)
{
return "somevalue";
}
See my blogpost for more information.
Caching With Attributes. Powered by Castle Windsor. Like this:
[Cache]
public string SomeMethod(int someArgument)
{
return "somevalue";
}
See my blogpost for more information.