DistributedCache.AzureTableStorage icon indicating copy to clipboard operation
DistributedCache.AzureTableStorage copied to clipboard

IDistributedCache implementation for AzureTableStorage

Results 2 DistributedCache.AzureTableStorage issues
Sort by recently updated
recently updated
newest added

This is a great solution provided cache size does not exceed Azure Table Storage maximum 64KB property value size. i.e. Typical list of 600 products, will exceed allowed size and...

I encountered the following error from a call to `DistributedCacheExtensions.GetStringAsync` for a cached item accessed frequently with a short (10s) expiry. Looking at the implementation, I suspect there's a race...