Maciej Pulikowski

Results 4 comments of Maciej Pulikowski

Thanks, however, that isn't a solution to my problem. I had to remove Shadow `const shadow = root.attachShadow({ mode: 'open' });` Instead of that, I am using just a normal...

Ok my answer: ``` public class CacheService : ICacheService { private readonly DbResourceConfiguration _config; public CacheService(DbResourceConfiguration config) { _config = config; } public async Task ResetAsync() { DbResourceConfiguration.ClearResourceCache(); // resource...