Method | Description | |
---|---|---|
Get ( string scope, string cacheKey, System.TimeSpan expiration ) : |
||
Invalidate ( string scope ) : void | ||
Invalidate ( string scope, string cacheKey ) : void | ||
IsolatedStorageResponseCache ( string session ) : System | ||
PurgeOldSessions ( ) : void | ||
Put ( string scope, string cacheKey, string responseContent ) : void |
Method | Description | |
---|---|---|
DeleteFiles ( string dir ) : void | ||
GetDirectoryForCacheEntry ( string scope, string cacheKey ) : string | ||
GetDirectoryForScope ( string scope ) : string | ||
GetFileForCacheEntry ( string scope, string cacheKey ) : string | ||
GetFileGlobForCacheEntry ( string scope, string cacheKey ) : string | ||
GetLatestFileForCacheEntry ( string scope, string cacheKey, System.TimeSpan expiration ) : string | ||
RecursiveDeleteDirectory ( string dirToDelete ) : void |
public Get ( string scope, string cacheKey, System.TimeSpan expiration ) : |
||
scope | string | |
cacheKey | string | |
expiration | System.TimeSpan | |
return |
protected GetDirectoryForCacheEntry ( string scope, string cacheKey ) : string | ||
scope | string | |
cacheKey | string | |
return | string |
protected GetDirectoryForScope ( string scope ) : string | ||
scope | string | |
return | string |
protected GetFileForCacheEntry ( string scope, string cacheKey ) : string | ||
scope | string | |
cacheKey | string | |
return | string |
protected GetFileGlobForCacheEntry ( string scope, string cacheKey ) : string | ||
scope | string | |
cacheKey | string | |
return | string |
protected GetLatestFileForCacheEntry ( string scope, string cacheKey, System.TimeSpan expiration ) : string | ||
scope | string | |
cacheKey | string | |
expiration | System.TimeSpan | |
return | string |
public Invalidate ( string scope, string cacheKey ) : void | ||
scope | string | |
cacheKey | string | |
return | void |
public IsolatedStorageResponseCache ( string session ) : System | ||
session | string | |
return | System |
public Put ( string scope, string cacheKey, string responseContent ) : void | ||
scope | string | |
cacheKey | string | |
responseContent | string | |
return | void |
protected RecursiveDeleteDirectory ( string dirToDelete ) : void | ||
dirToDelete | string | |
return | void |