com.dotmarketing.cache
Class FolderCacheImpl

java.lang.Object
  extended by com.dotmarketing.cache.FolderCache
      extended by com.dotmarketing.cache.FolderCacheImpl
All Implemented Interfaces:
Cachable

public class FolderCacheImpl
extends FolderCache

Author:
David

Constructor Summary
FolderCacheImpl()
           
 
Method Summary
 void addFolder(Folder f, Identifier id)
           
 Folder getFolder(java.lang.String inode)
           
 Folder getFolderByPathAndHost(java.lang.String path, Host host)
           
 void removeFolder(Folder f, Identifier id)
           
 
Methods inherited from class com.dotmarketing.cache.FolderCache
clearCache, getGroups, getPrimaryGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderCacheImpl

public FolderCacheImpl()
Method Detail

addFolder

public void addFolder(Folder f,
                      Identifier id)
Specified by:
addFolder in class FolderCache

getFolder

public Folder getFolder(java.lang.String inode)
Specified by:
getFolder in class FolderCache

getFolderByPathAndHost

public Folder getFolderByPathAndHost(java.lang.String path,
                                     Host host)
Specified by:
getFolderByPathAndHost in class FolderCache

removeFolder

public void removeFolder(Folder f,
                         Identifier id)
Specified by:
removeFolder in class FolderCache


Copyright © 2013 dotCMS Inc. All Rights Reserved.