blackboard.persist
Class Cache

java.lang.Object
  |
  +--blackboard.persist.Cache

public class Cache
extends java.lang.Object

The Cache provides the base model for caching for any object loader defined within the persistence framework.

Since:
Bb 6.0
Version:
$Revision: 2 $ $Date: 9/03/03 10:29a $

Constructor Summary
Cache()
           
 
Method Summary
 void addEntry(CacheEntry ce)
           
 void clear(ListFilter filter)
          Removes any element from the cache whose key passes the filter provided.
 CacheEntry getEntry(java.lang.Object key)
           
 java.lang.Object getValue(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cache

public Cache()
Method Detail

clear

public void clear(ListFilter filter)
Removes any element from the cache whose key passes the filter provided.


getValue

public java.lang.Object getValue(java.lang.Object key)

getEntry

public CacheEntry getEntry(java.lang.Object key)

addEntry

public void addEntry(CacheEntry ce)


Copyright © 2003 Blackboard, Inc. All Rights Reserved.