ostore.cache
Class SelfTest

java.lang.Object
  |
  +--ostore.cache.SelfTest

public class SelfTest
extends Object

Version:
$ID: selfTest.java, v 1.0 Tests Pinning, Eviction Algorithm, and Priorties
Author:
Larry H. Tung

Method Summary
static void main(String[] args)
          test to see if the Cache handles insertion and eviction of Cacheable blocks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
test to see if the Cache handles insertion and eviction of Cacheable blocks

Exception