public interface Locator<K,V>
Modifier and Type | Interface and Description |
---|---|
static class |
Locator.FindOperation<K,V>
Reusable lookup operation.
|
static class |
Locator.LockingFindOperation<K,V>
Reusable lookup operation.that first acquires a pessimistic lock if necessary.
|
Modifier and Type | Method and Description |
---|---|
V |
findValue(K id)
Locates the value in the cache with the specified identifier.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.