Namespace Apizr.Caching.Attributes
Classes
- CacheAttribute
Tells Apizr to cache all methods returning result when decorating an interface or a specific one when decorating a method You have to provide an ICacheHandler mapping implementation to Apizr to use this feature
- CacheAttributeBase
Tells Apizr to cache all methods returning result when decorating an interface or a specific one when decorating a method You have to provide an ICacheHandler mapping implementation to Apizr to use this feature
- CacheKeyAttribute
The decorated parameter will be used as cache key
- CacheReadAllAttribute
Tells Apizr to cache ReadAll method You have to provide an ICacheHandler mapping implementation to Apizr to use this feature
- CacheReadAttribute
Tells Apizr to cache Read method You have to provide an ICacheHandler mapping implementation to Apizr to use this feature