Method | Description | |
---|---|---|
AzureTableStorageCacheHandler ( string connectionString, string tableName, string partitionKey ) : AzureTableStorageCache.Model | ||
AzureTableStorageCacheHandler ( string accountName, string accountKey, string tableName, string partitionKey ) : AzureTableStorageCache.Model | ||
Connect ( ) : void | ||
ConnectAsync ( ) : System.Threading.Tasks.Task | ||
Get ( string key ) : byte[] | ||
GetAsync ( string key ) : Task |
||
Refresh ( string key ) : void | ||
RefreshAsync ( string key ) : System.Threading.Tasks.Task | ||
Remove ( string key ) : void | ||
RemoveAsync ( string key ) : System.Threading.Tasks.Task | ||
Set ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : void | ||
SetAsync ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
AzureTableStorageCacheHandler ( string tableName, string partitionKey ) : AzureTableStorageCache.Model | ||
RetrieveAsync ( string key ) : Task |
||
ShouldDelete ( |
public AzureTableStorageCacheHandler ( string connectionString, string tableName, string partitionKey ) : AzureTableStorageCache.Model | ||
connectionString | string | |
tableName | string | |
partitionKey | string | |
return | AzureTableStorageCache.Model |
public AzureTableStorageCacheHandler ( string accountName, string accountKey, string tableName, string partitionKey ) : AzureTableStorageCache.Model | ||
accountName | string | |
accountKey | string | |
tableName | string | |
partitionKey | string | |
return | AzureTableStorageCache.Model |
public ConnectAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public RefreshAsync ( string key ) : System.Threading.Tasks.Task | ||
key | string | |
return | System.Threading.Tasks.Task |
public RemoveAsync ( string key ) : System.Threading.Tasks.Task | ||
key | string | |
return | System.Threading.Tasks.Task |
public Set ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : void | ||
key | string | |
value | byte | |
options | Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions | |
return | void |
public SetAsync ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : System.Threading.Tasks.Task | ||
key | string | |
value | byte | |
options | Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions | |
return | System.Threading.Tasks.Task |