This repository was archived by the owner on Nov 6, 2020. It is now read-only.
MethodCache.Nuget
Directory actions
More options
Directory actions
More options
MethodCache.Nuget
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Since 1.5.0.0 it is now possible to use custom CacheAttribute parameters for fine-grained cache control (see https://github.com/Dresel/MethodCache section "CacheAttribute Parameters Support" for details). Since 1.4.0.0 it is now possible to also cache properties (see https://github.com/Dresel/MethodCache for details). If you want this package to behave as previous packages (let class level [Cache] attribute only cache methods), modify ModuleWeavers.xml to: <MethodCache CacheMethods="true" CacheProperties="false" />