annotate Tools/DocGen/Content/Doc/Aspects/NoCacheAttribute.htm @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
1 <% title # NoCache attribute %>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
2 <% group # Cache aspect %>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
3 <p class="j">Cache aspect can be applied to entire class.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
4 In this case all virtual and abstract member calls will be cached.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
5 However you can use the <b>NoCache</b> attribute to exclude particular members from caching.</p>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
6
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
7 NoCache.cs
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
8 <% ..\..\..\HowTo\Aspects\NoCache.cs %>