com.dotmarketing.cache
Class LiveCache

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

public class LiveCache
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
LiveCache()
           
 
Method Summary
static void addToLiveAssetToCache(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveCache

public LiveCache()
Method Detail

addToLiveAssetToCache

public static void addToLiveAssetToCache(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)

removeAssetFromCache

public static void removeAssetFromCache(WebAsset asset)

clearCache

public static void clearCache()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.