Maciej Pulikowski
Maciej Pulikowski
@ElForastero Any advice?
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...
I need that :)
Yes, I recognized an issue with the expiration. Unfortunately, I haven't had the time to thoroughly investigate and fix it myself. I used assistance from ChatGPT, and after testing, it...
Yes, Durable Objects are more suitable for that purpose :) However, they require a $5/month subscription and are a bit slower. Looking forward to your update, thank you very much!
I think it works good for me now :)
@marceloverdijk Thanks, tested Durable Objects, works great for me :)