edu.mayo.informatics.lexgrid.convert.exporters.xml.lgxml.interfaces
Interface AssociationEntityCache

All Known Implementing Classes:
AssociationEntityCacheEhcacheImpl, AssociationEntityCacheInMemoryImpl

public interface AssociationEntityCache


Method Summary
 void clear()
           
 void destroy()
           
 void dumpCacheContentsToStdOut()
           
 AssociationEntity get(java.lang.String key)
           
 java.util.List<java.lang.String> getKeys()
           
 void put(AssociationEntity associationEntity)
           
 

Method Detail

put

void put(AssociationEntity associationEntity)

get

AssociationEntity get(java.lang.String key)

getKeys

java.util.List<java.lang.String> getKeys()

clear

void clear()

dumpCacheContentsToStdOut

void dumpCacheContentsToStdOut()

destroy

void destroy()

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.