• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vposd / CachedQueries / 4055301632

pending completion
4055301632

Pull #16

github

GitHub
Merge 0046186a7 into 541d6e495
Pull Request #16: Release 1.0.16

2 of 28 branches covered (7.14%)

Branch coverage included in aggregate %.

88 of 88 new or added lines in 7 files covered. (100.0%)

19 of 182 relevant lines covered (10.44%)

0.23 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/CachedQueries.Core/CacheStoreProvider.cs
1
using CachedQueries.Core.Enums;
2
using CachedQueries.Core.Interfaces;
3

4
namespace CachedQueries.Core;
5

6
public class CacheStoreProvider : ICacheStoreProvider
7
{
8
    private readonly ICacheStore _cacheStore;
9

10
    public CacheStoreProvider(ICacheStore cacheStore)
×
11
    {
×
12
        _cacheStore = cacheStore;
×
13
    }
×
14

15
    public ICacheStore GetCacheStore(string key, IEnumerable<string> tags, CacheContentType contentType)
16
    {
×
17
        return _cacheStore;
×
18
    }
×
19
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc