-
Right now, there is no way to manually clear any of the caches (field, choice, MD5). In fact, since the caches share a global MemoryCache as a backing, they can't be cleared by garbage collection eith…
-
**Version**
5.0.1.7
**Describe the bug**
When using ``Query.LT`` or other code for ``BsonExpressionScalarDelegate`` , looking up the source code may reveal that there is a dictionary storing …
-
The _fileversionprovider variable is static in the Asset class, and it's initialized off the FIRST call to GenerateCacheKey using the _current_ asset's FileProvider.
Everything is okay as long as y…
-
My use case is very easy, I'm using off-heap map to store some counters. Read and write is single threaded.
Very frequently my application is not functioning correctly because it cannot acces colle…
-
how to reslove thie problem. how to let image-loader to recover the memary? thanks a lot!
this is my configration:
if (mImageLoader == null) {
```
ImageLoaderConfiguration config = new Im…
-
Currently, the Python client that the detectors use cache the whole response, which leads to OOM when the `whl` files are big.
First, I think the cache should be in the `PythonResolver` level and not…
-
Is there a way to retrieve all of the keys of the items stored in cache?
-
-
If app shows image once per start (e.g. background loading image on start-up), it could be nice to have ability to skip caching this image in memory cache.
Specially it could be handy for time-based…
-
When you add items with long keys (I used ODATA Urls as key which can become quite long) it is acceptable to add keys longer than 2000 bytes. The AllKeys also works fine.
However when you use Contain…