Class SimpleStringInterner
Simple lockless and memory barrier free String intern cache that is guaranteed to return the same String instance as String.intern() does.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class SimpleStringInterner : StringInterner
Constructors
Name | Description |
---|---|
SimpleStringInterner(Int32, Int32) |
Methods
Name | Description |
---|---|
Intern(String) |