CacheItem

Type interface

Defines an interface for cache items.

Inheritance

CacheItem does not extend any other symbol.

CacheItem is not extended by any other symbol.

Properties

expired
#

Type boolean

Is this item expired?

@todo a system process that would check chace element TTLs and expire them

touched
#

Type number

A timestamp of when the item was created/updated.

ttl
#

Type number

TTL (time to live) in milliseconds.

value
#

Type A

Cached value.