org.infinispan.ec2demo
Class NucleotideCache

java.lang.Object
  extended by org.infinispan.ec2demo.NucleotideCache

public class NucleotideCache
extends Object

Author:
noconnor@redhat.com

Constructor Summary
NucleotideCache(CacheBuilder cacheManger)
           
 
Method Summary
 void addToCache(Nucleotide_Protein_Element value)
           
 Cache getCache()
           
 int getCacheSize()
           
 Nucleotide_Protein_Element getNucleotideDetails(String GBAN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NucleotideCache

public NucleotideCache(CacheBuilder cacheManger)
                throws IOException
Throws:
IOException
Method Detail

addToCache

public void addToCache(Nucleotide_Protein_Element value)

getCacheSize

public int getCacheSize()

getNucleotideDetails

public Nucleotide_Protein_Element getNucleotideDetails(String GBAN)

getCache

public Cache getCache()

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.