org.fjank.jcache
Class DiskCacheObject

java.lang.Object
  extended by org.fjank.jcache.DiskCacheObject
All Implemented Interfaces:
Serializable

public class DiskCacheObject
extends Object
implements Serializable

A special version of an CacheObject which is used to send and retrieve data to and from the diskcache.

Author:
frank karlstrøm
See Also:
Serialized Form

Constructor Summary
DiskCacheObject(CacheObject object)
           
 
Method Summary
 CacheObject getCacheObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskCacheObject

public DiskCacheObject(CacheObject object)
Method Detail

getCacheObject

public CacheObject getCacheObject()
                           throws DiskCacheException
Throws:
DiskCacheException


Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.