Method | Description | |
---|---|---|
AspNetCache ( |
||
Insert ( string key, Object value, System.Web.Caching.CacheDependency dependency, System.DateTime absolute_expiration, System.TimeSpan sliding_expiration, CacheItemPriority priority, CacheItemRemovedCallback removed_callback ) : void | ||
LogRemovedItemToAzure ( String key, Object o, CacheItemRemovedReason r ) : void | ||
LogRemovedItemToConsole ( String key, Object o, CacheItemRemovedReason r ) : void | ||
Remove ( string key ) : Object | ||
this ( string key ) : Object |
public AspNetCache ( |
||
cache | ||
return | System |
public Insert ( string key, Object value, System.Web.Caching.CacheDependency dependency, System.DateTime absolute_expiration, System.TimeSpan sliding_expiration, CacheItemPriority priority, CacheItemRemovedCallback removed_callback ) : void | ||
key | string | |
value | Object | |
dependency | System.Web.Caching.CacheDependency | |
absolute_expiration | System.DateTime | |
sliding_expiration | System.TimeSpan | |
priority | CacheItemPriority | |
removed_callback | CacheItemRemovedCallback | |
return | void |
public static LogRemovedItemToAzure ( String key, Object o, CacheItemRemovedReason r ) : void | ||
key | String | |
o | Object | |
r | CacheItemRemovedReason | |
return | void |
public static LogRemovedItemToConsole ( String key, Object o, CacheItemRemovedReason r ) : void | ||
key | String | |
o | Object | |
r | CacheItemRemovedReason | |
return | void |