iitb.con.caching
Class CacheObject

java.lang.Object
  extended by iitb.con.caching.CacheObject

public class CacheObject
extends java.lang.Object

Cache Object


Field Summary
 java.lang.Object object
          Cache object
 int size
          Size of the cache object
 
Constructor Summary
CacheObject()
           
CacheObject(java.lang.Object object, int size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public java.lang.Object object
Cache object


size

public int size
Size of the cache object

Constructor Detail

CacheObject

public CacheObject()

CacheObject

public CacheObject(java.lang.Object object,
                   int size)