public AzureTableStorageWithCache(string connstionString, string tableName, ILog log) { _cache = new NoSqlTableInMemory <T>(); _table = new AzureTableStorage <T>(connstionString, tableName, log); Init(); }