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.
|
org.jsr107.tck.support |
This package contains the reference implementation for JSR107.
|
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 . |
Modifier and Type | Field and Description |
---|---|
protected Server |
CacheClient.directServer |
Modifier and Type | Method and Description |
---|---|
static Server |
Server.lookupServerAtLocalMachine(int port)
Returns the server for this port, if running in the local machine.
|
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.