EvictedStrategy public enum EvictedStrategy Eviction strategy applied when enqueuing into a full list. FIFO Evict from the back (least-recent). This is the standard LRU behavior. Declaration Swift case FIFO LIFO Do not evict; reject the insertion by returning the provided node. Useful when callers prefer to drop newcomers instead of evicting residents. Declaration Swift case LIFO © 2025 Larkin. All rights reserved. (Last updated: 2025-09-09) Generated by jazzy ♪♫ v0.15.3, a Realm project.