OpenMMS
V1.5.1 Std

org.rcsb.openmms.entry
Class BasicRAMEntryCache

java.lang.Object
  |
  +--org.rcsb.openmms.entry.BasicRAMEntryCache
All Implemented Interfaces:
EntryCache

public class BasicRAMEntryCache
extends java.lang.Object
implements EntryCache

Very simple Entry Cache for the MMS Corba reference server.

Version:
1.2
Author:
Douglas S. Greer

Constructor Summary
BasicRAMEntryCache()
           
 
Method Summary
 EntryImpl fetchEntry(java.lang.String id)
          fetchEntry returns null if Entry is not in the Cache
 void putEntry(java.lang.String id, EntryImpl e)
           
 void setDebug(int d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicRAMEntryCache

public BasicRAMEntryCache()
Method Detail

setDebug

public void setDebug(int d)
Specified by:
setDebug in interface EntryCache

putEntry

public void putEntry(java.lang.String id,
                     EntryImpl e)
Specified by:
putEntry in interface EntryCache

fetchEntry

public EntryImpl fetchEntry(java.lang.String id)
fetchEntry returns null if Entry is not in the Cache

Specified by:
fetchEntry in interface EntryCache

OpenMMS
V1.5.1 Std

OpenMMS, Copyright 2001, All rights reserved