Simple lockless and memory barrier free String intern cache that is guaranteed
to return the same String instance as String.intern() does.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public class SimpleStringInterner : StringInterner |
Visual Basic |
---|
Public Class SimpleStringInterner _ Inherits StringInterner |
Visual C++ |
---|
public ref class SimpleStringInterner : public StringInterner |