com.dotmarketing.cache
Class WorkingCache

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

public class WorkingCache
extends java.lang.Object

Author:
David TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
WorkingCache()
           
 
Method Summary
static void addToWorkingAssetToCache(WebAsset asset)
           
static void clearCache()
           
static java.lang.String getPathFromCache(java.lang.String URI, Host host)
           
static java.lang.String getPathFromCache(java.lang.String URI, long hostId)
           
static void removeAssetFromCache(WebAsset asset)
           
static void removeURIFromCache(java.lang.String URI, Host host)
           
static void removeURIFromCache(java.lang.String URI, long hostId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkingCache

public WorkingCache()
Method Detail

addToWorkingAssetToCache

public static void addToWorkingAssetToCache(WebAsset asset)

getPathFromCache

public static java.lang.String getPathFromCache(java.lang.String URI,
                                                Host host)

getPathFromCache

public static java.lang.String getPathFromCache(java.lang.String URI,
                                                long hostId)

removeURIFromCache

public static void removeURIFromCache(java.lang.String URI,
                                      Host host)

removeURIFromCache

public static void removeURIFromCache(java.lang.String URI,
                                      long hostId)

removeAssetFromCache

public static void removeAssetFromCache(WebAsset asset)

clearCache

public static void clearCache()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.