-
In [MemoryCache by Microsoft](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/memory?view=aspnetcore-7.0) we can do things like
```
public class MyMemoryCache
{
public Memory…
-
Enumerar um MemoryCache com muitos itens tem um péssima performance.
A API depende muito disso.
Avaliar Mudança.
-
Suggestion
===
To make Mathbook easier to develop against for a Windows contributor, It would make sense to replace Redis with MongoDB or with some js memory caching library that has TTL, simply bec…
-
**Version**
LiteDB v5.0.8
**Describe the bug**
The `_free` queue of `PageBuffer` in [MemoryCache.cs](https://github.com/mbdavid/LiteDB/blob/master/LiteDB/Engine/Disk/MemoryCache.cs) can grow with…
-
Hi:
when I try to set value with ttl time in memory cache, after waiting some seconds, I found the cached value still can be gotten. Is my demo code wrong or ttl setting don't work for memory ca…
-
```
'use strict';
var koa = require('koa');
var cache = require('koa-router-cache');
var MemoryCache = cache.MemoryCache;
var app = koa();
var count = 0;
app.use(cache(app, {
'GET /' :{
key: '…
-
is it possible to implement some sort of memory/history for the chat so that the bot remembers what was said?
cuz currently i have something like this:
![image](https://github.com/user-attachments/a…
zix3r updated
3 months ago
-
Hey I was exploring the code of `DefaultCacheStorageProvider` class because I wanted to invalidate it for different instances with a message bus. But I found that is uses `HttpContext.Cache` instead o…
ghost updated
8 years ago
-
From the dotnet [API doc](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.caching.memorycache.getvalues?view=netframework-4.8), the behavior of MemoryCache.GetValues should be:
> If a ca…
-
When setting image from fetcher I wish to keep the original format and not worry about it.
How about a useful method that would remove from cache a key for all formats.
I imagine something like that i…