\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.caching.ValueLoader< K, V > Interface Template Reference

Detailed Description

Interface that provides a method to load a value for a key.

Parameters
<K> - key for the cache items
<V> - value for the cache items

Inheritance diagram for fiftyone.caching.ValueLoader< K, V >:

[legend]

Public Member Functions

V  load (K key) throws IOException
Returns the value associated with the key. More...

Member Function Documentation

◆ load()

V fiftyone.caching.ValueLoader< K, V >.load ( K   key ) throws IOException

Returns the value associated with the key.

Parameters
key - for the value required
Returns
value associated with the key
Exceptions
IOException - if there was an exception in the course of loading