| Package | Description |
|---|---|
| org.jsr107.tck.event |
This package contains infrastructure so that CacheEntryListener can send
information back to the JUnit test which initiated them so that asserts can
happen.
|
| org.jsr107.tck.expiry |
This package contains infrastructure so that expiry policy can send
information back to the JUnit test which initiated them so that asserts can
happen.
|
| org.jsr107.tck.integration |
This package contains integration test infrastructure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheEntryListenerServer<K,V>
A
Server that handles CacheEntryListener requests from a
CacheEntryListenerClient and delegates them to an underlying
CacheEntryListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpiryPolicyServer |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheLoaderServer<K,V>
A
Server that handles CacheLoader requests from a
CacheLoaderClient and delegates them to an underlying CacheLoader. |
class |
CacheWriterServer<K,V>
A
Server that handles CacheWriter requests from a
CacheWriterClient and delegates them to an underlying CacheWriter. |
Copyright © 2019. All rights reserved.