com.dotmarketing.cache
Class FolderCache

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

public class FolderCache
extends java.lang.Object

Author:
David

Constructor Summary
FolderCache()
           
 
Method Summary
static void addFolder(Folder f)
           
static void clearCache()
           
static Folder getFolderByInode(long inode)
           
static Folder getFolderByInode(java.lang.String inode)
           
static Folder getFolderByPath(java.lang.String path, long hostId)
           
static Folder getFolderByPath(java.lang.String path, java.lang.String hostName)
           
static void removeFolder(Folder f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderCache

public FolderCache()
Method Detail

addFolder

public static void addFolder(Folder f)

getFolderByInode

public static Folder getFolderByInode(long inode)

getFolderByInode

public static Folder getFolderByInode(java.lang.String inode)

getFolderByPath

public static Folder getFolderByPath(java.lang.String path,
                                     java.lang.String hostName)

getFolderByPath

public static Folder getFolderByPath(java.lang.String path,
                                     long hostId)

removeFolder

public static void removeFolder(Folder f)

clearCache

public static void clearCache()


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.