-
### Describe the bug
When we have a limit to the MemoryCache, its Evict logic does not behavior as expected
This is a bug we found in community [Why do I need to call twice the Set on my size li…
-
### Background and motivation
This is a duplicate of https://github.com/dotnet/aspnetcore/issues/56754 which I believe is in the wrong repo.
---
Are there any plans to implement a sliding expiratio…
-
Disposing and then creating a new cache is problematic at times. Having a `Clear()` method resolves that.
I think adding `ICacheProvider.Clear()` is the best way to do this. But here is code that w…
-
2024/09/27 08:10:47.320|INFO|BilibiliAutoLiver.Jobs.Job.SendHeartBeatJob|发送心跳请求
2024/09/27 08:11:47.316|INFO|BilibiliAutoLiver.Jobs.Job.SendHeartBeatJob|发送心跳请求
2024/09/27 08:12:47.320|INFO|BilibiliA…
-
Using the following project:
```xml
Exe
net8.0
enable
enable
true
true
```
```C#
using System.Runtime.Caching;
MemoryCache memory…
-
Right now `WeakReference` is used for cache purpose, but it was not a good idea to use it as it's a short-lived and you can't control when it'll be flushed. I think it'll be better to replace it with …
-
I think #18 broke the cache. Updating to 0.0.4 gives this crash
```
FATAL EXCEPTION: main
Process: net.avianlabs.app.debug, PID: 30164
java.lang.IllegalStateException: Unknown field type in Reco…
-
There is no reason to have our own cache at this point.
-
I'm missing a `bool Contains(TileIndex)` function for checking, if a given TileIndex is set or not. Or a `bool TryGet(key, out T found)`.
Or did I miss something and could get this information othe…
-
## About this issue
- Stuttering when scrolling in a LazyList
```kotlin
LazyColumn() {
items(journals) { journal ->
JournalRow(
journal = journal,
…