UNPKG

hazelcast-client

Version:

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

15 lines (14 loc) 294 B
export declare class EntryView<K, V> { key: K; value: V; cost: Long; creationTime: Long; expirationTime: Long; hits: Long; lastAccessTime: Long; lastStoreTime: Long; lastUpdateTime: Long; version: Long; evictionCriteriaNumber: Long; ttl: Long; }