Class StringCache
- java.lang.Object
-
- org.apache.jackrabbit.oak.composite.StringCache
-
public class StringCache extends java.lang.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 java.lang.String
get(java.lang.String path)
StringCache
withMonitor(CompositeNodeStoreMonitor monitor)
-
-
-
Method Detail
-
get
public java.lang.String get(java.lang.String path)
-
withMonitor
public StringCache withMonitor(CompositeNodeStoreMonitor monitor)
-
-