Uses of Interface
net.sf.ooweb.http.Cache

Packages that use Cache
net.sf.ooweb.http This package contains the HTTP support classes. 
 

Uses of Cache in net.sf.ooweb.http
 

Classes in net.sf.ooweb.http that implement Cache
 class SimpleCache
          SimpleCache is just a memory cache with no distribution or delta capability.
 

Methods in net.sf.ooweb.http that return Cache
static Cache AbstractServer.getCache()
          return the cache implementation in use
protected static Cache AbstractServer.initialiseCache()
          subclasses should override to provide a concrete inplementation of the Cache interface that will be used by this server.
 



Copyright (C) 2005-2007 OOWeb Authors.