Skip to content
Discussion options

You must be logged in to vote

Yes, basically "eviction" is in general what happens when an entry in the cache "goes away".

Remove does remove an entry from the cache, for good (there's no going back).

Expire instead means "remove the entry if fail-safe is off for that entry, otherwise mark it as expired but keep it around in case it's needed as a fallback" (see fail-safe for more).

Hope this helps.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jodydonetti
Comment options

Answer selected by jodydonetti
@lonix1
Comment options

@jodydonetti
Comment options

@lonix1
Comment options

@jodydonetti
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants