UNPKG

hazelcast-client

Version:

Hazelcast - open source In-Memory Data Grid - client for NodeJS

10 lines (9 loc) 175 B
/** * Represents the format that objects are kept in this client's memory. */ export declare enum EvictionPolicy { NONE = 0, LRU = 1, LFU = 2, RANDOM = 3, }