| Package | Description |
|---|---|
| rs.baselib.util |
Provides several utility classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Cache<K,V>
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoftMapCache<K,V>
A cache implementation using a
HashMap with SoftReferences. |
class |
WeakMapCache<K,V>
A cache implementation using a
HashMap with WeakReferences. |
Copyright © 2014. All rights reserved.