\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

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

Detailed Description

Base cache interface which declares only the get method and the types of key and value stored in the cache.

Parameters
<K> - type key stored in the cache
<V> - type of value stored in the cache

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

[legend]

Collaboration diagram for fiftyone.caching.Cache< K, V >:

[legend]

Public Member Functions

V  get (K key)
Retrieves the value for key requested. More...

Member Function Documentation