% title # NoCache attribute %> <% group # Cache aspect %>
Cache aspect can be applied to entire class. In this case all virtual and abstract member calls will be cached. However you can use the NoCache attribute to exclude particular members from caching.
NoCache.cs <% ..\..\..\HowTo\Aspects\NoCache.cs %>