Interface Cache<K,V>

Type Parameters:
K - the key type
V - the value type

public interface Cache<K,V>
A level-one cache of server-side state.
Author:
Paul Ferraro