Method | Description | |
---|---|---|
GetAllVaryCustomKey ( ) : string |
Get all vary by custom string
|
|
OnMethodExecuted ( MethodExecutedContext methodExecutedContext ) : void |
Save the return data from invocation to cache
|
|
OnMethodExecuting ( |
Check to see if the cache is available
|
|
OutputCacheAttribute ( ) : System |
Default constructor for OutputCacheAttribute
|
|
SetCacheStrategy ( ICacheStrategy cacheStrategy ) : void |
Set the custom cache strategy ICacheStrategy
|
Method | Description | |
---|---|---|
CreatePhoenix ( _IInvocation invocation, |
Create the phoenix object which can refresh the cache itself if StaleWhileRevalidate > 0 and store by key in Global.Cache.Phoenix
|
|
RefreshCache ( string storedKey ) : void |
Refresh cache cake by phoenix if StaleWhileRevalidate > 0 when AutoRefresh is not enabled
|
public OnMethodExecuted ( MethodExecutedContext methodExecutedContext ) : void | ||
methodExecutedContext | MethodExecutedContext | |
return | void |
public OnMethodExecuting ( |
||
methodExecutingContext | ||
return | void |
public SetCacheStrategy ( ICacheStrategy cacheStrategy ) : void | ||
cacheStrategy | ICacheStrategy | |
return | void |