org.lexevs.cache
Interface CacheRegistry.CacheWrapper<K,V>

All Known Implementing Classes:
CacheRegistry.EhCacheWrapper
Enclosing class:
CacheRegistry

public static interface CacheRegistry.CacheWrapper<K,V>


Method Summary
 void clear()
           
 V get(K key)
           
 void put(K key, V value)
           
 int size()
           
 java.util.List<V> values()
           
 

Method Detail

put

void put(K key,
         V value)

get

V get(K key)

clear

void clear()

size

int size()

values

java.util.List<V> values()

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.