Class StringCache
- java.lang.Object
-
- org.apache.jackrabbit.oak.composite.StringCache
-
public class StringCache extends Object
This class caches the path strings used in the CompositeNodeState to avoid keeping too many strings in the memory.
-
-
Constructor Summary
Constructors Constructor Description StringCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(String path)
StringCache
withMonitor(CompositeNodeStoreMonitor monitor)
-
-
-
Method Detail
-
withMonitor
public StringCache withMonitor(CompositeNodeStoreMonitor monitor)
-
-