Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the format that objects are kept in this client's memory.

Index

Enumeration members

Enumeration members

LFU

LFU: = "LFU"

Least Frequently Used.

LRU

LRU: = "LRU"

Least Recently Used.

NONE

NONE: = "NONE"

No items are evicted.

RANDOM

RANDOM: = "RANDOM"

A random item is evicted each time.

Generated using TypeDoc