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