public interface Creator<K,V>
Modifier and Type | Interface and Description |
---|---|
static class |
Creator.CreateOperation<K,V>
Reusable creation operation.
|
Modifier and Type | Method and Description |
---|---|
V |
createValue(K id)
Creates a value in the cache, if it does not already exist.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.