com.dotmarketing.cache
Class WorkingCache
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkingCache
public WorkingCache()
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.