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"

Least Frequently Used.

LRU = "LRU"

Least Recently Used.

NONE = "NONE"

No items are evicted.

RANDOM = "RANDOM"

A random item is evicted each time.

Generated using TypeDoc