Option: memoryStoreEvictionPolicy
The option memoryStoreEvictionPolicy defines the algorithm to be used in case an element needs to be evicted from the cache.
Possible values are:

LRU - least recently used

LFU - least frequently used

FIFO - first in first out