com.dotmarketing.cache
Class HostCache

java.lang.Object
  extended by com.dotmarketing.cache.HostCache

public class HostCache
extends java.lang.Object

Author:
maria & Salvador

Constructor Summary
HostCache()
           
 
Method Summary
static void addToCache(java.lang.String key, Host host)
           
static void clearCache()
           
static Host getFromCache(java.lang.String key)
           
static void removeFromCache(java.lang.Object key)
           
static void setDefaultHost(Host host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostCache

public HostCache()
Method Detail

setDefaultHost

public static void setDefaultHost(Host host)

addToCache

public static void addToCache(java.lang.String key,
                              Host host)

removeFromCache

public static void removeFromCache(java.lang.Object key)

clearCache

public static void clearCache()

getFromCache

public static Host getFromCache(java.lang.String key)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.