org.apache.el.util

Class ConcurrentCache<K,V>

public final class ConcurrentCache<K,V> extends Object

Constructor Summary
ConcurrentCache(int size)
Method Summary
Vget(K k)
voidput(K k, V v)

Constructor Detail

ConcurrentCache

public ConcurrentCache(int size)

Method Detail

get

public V get(K k)

put

public void put(K k, V v)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.