com.dotmarketing.cache
Class VirtualLinksCache

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

public class VirtualLinksCache
extends java.lang.Object

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

Constructor Summary
VirtualLinksCache()
           
 
Method Summary
static void addPathToCache(VirtualLink vl)
           
static void clearCache()
           
static java.lang.String getPathFromCache(java.lang.String url)
           
static void mapAllVirtualLinks()
           
static void removePathFromCache(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualLinksCache

public VirtualLinksCache()
Method Detail

getPathFromCache

public static java.lang.String getPathFromCache(java.lang.String url)

addPathToCache

public static void addPathToCache(VirtualLink vl)

removePathFromCache

public static void removePathFromCache(java.lang.String url)

clearCache

public static void clearCache()

mapAllVirtualLinks

public static void mapAllVirtualLinks()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.