| Package | Description |
|---|---|
| org.jsr107.tck.integration |
This package contains integration test infrastructure.
|
| Class and Description |
|---|
| RecordingCacheLoader
A
CacheLoader implementation that:
returns the key as the value for each key load request
throws a NullPointerException when an attempt to load a
null key is attempted
|
| RecordingCacheWriter
A CacheWriter implementation that records the entries written and deleted from it so
that they may be later asserted.
|
Copyright © 2019. All rights reserved.