Skip to content
#

caching

Here are 918 public repositories matching this topic...

Holmistr
Holmistr commented Jan 20, 2021

Please describe the problem you are trying to solve
I would like to evict entries based on their creation time. I want to evict the oldest ones first.

Please describe the desired behavior
Basically FIFO eviction. I would like to specify directly in the configuration something like:

<eviction eviction-policy="FIFO" max-size-policy="PER_NODE" size="5000"/>

**Describe alte

haproxy
Simonl9l
Simonl9l commented Dec 20, 2020

Hi - We're trying to use the caching in an environment were the Redis endpoints are discoverable via a service registry (consul). It would be great if the AddEasyCaching configuration action had access to the service provider.

Do you have any recommendation to best active this with what is available today, given that the service (per RedisEndpoints) below is registered elsewhere, and it bei

Improve this page

Add a description, image, and links to the caching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the caching topic, visit your repo's landing page and select "manage topics."

Learn more