Package org.nuxeo.ecm.webdav.backend
Class PathCache
- java.lang.Object
-
- org.nuxeo.ecm.webdav.backend.PathCache
-
@Deprecated public class PathCache extends Object
Deprecated.since 10.2, unused
-
-
Constructor Summary
Constructors Constructor Description PathCache(CoreSession session, int maxSize)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DocumentModel
get(String path)
Deprecated.void
put(String path, DocumentModel model)
Deprecated.void
remove(String path)
Deprecated.
-
-
-
Constructor Detail
-
PathCache
public PathCache(CoreSession session, int maxSize)
Deprecated.
-
-
Method Detail
-
put
public void put(String path, DocumentModel model)
Deprecated.
-
get
public DocumentModel get(String path)
Deprecated.
-
remove
public void remove(String path)
Deprecated.
-
-