@baris
await cache.set(cacheKey, content, 600);
However, this method doesn’t work
await cache.set(cacheKey, content);
How does the default cache duration work, and why doesn’t the first method work?
@baris
However, this method doesn’t work
How does the default cache duration work, and why doesn’t the first method work?