Interface | Description |
---|---|
NamespaceCacheI |
A cache for caching often used Strings that represent a namespace.
|
StringCacheI |
A cache for caching often used Strings that represent a namespace.
|
Class | Description |
---|---|
GCStrategy | |
GCStrategyLRU |
A very primitive Last Recently Used strategy.
|
NonBlockingNamespaceCache |
A non-blocking cache for caching often used Strings that represent a namespace.
|
NonBlockingStringCache |
A non-blocking cache for caching often used Strings.
|
ObjectCache |
A generic Cache for Java objects with configurable garbage collection.
|
ObjectInfo | |
StringCache |
A cache for caching often used Strings.
|
StringInternCache |
A cache for caching often used Strings using
String.intern() . |
StringInternNamespaceCache |
A cache for caching often used Strings that represent a namespace using
String.intern() . |
Copyright © 2000-2024 OAshi S.à r.l. All Rights Reserved.