Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheEntry<Key, Value>

Represents the entry that is actually stored in the cache, and contains value corresponding to key.

Type parameters

  • Key

    Type of the key.

  • Value

    Type of the value.

Hierarchy

  • CacheEntry

Properties

Properties

key

key: Key

value

value: Value