org.infinispan.ec2demo
Class ProteinCache

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

public class ProteinCache
extends Object

Author:
noelo

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

Constructor Detail

ProteinCache

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

addToCache

public void addToCache(Nucleotide_Protein_Element value)

getCacheSize

public int getCacheSize()

getProteinDetails

public Nucleotide_Protein_Element getProteinDetails(String GBAN)

getCache

public Cache<String,Nucleotide_Protein_Element> getCache()

-->

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