Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.create(K key,
V value)
Creates a new entry in this region with the specified key and value.
|
void |
Region.create(K key,
V value,
Object aCallbackArgument)
Creates a new entry in this region with the specified key and value,
providing a user-defined parameter
object to any
CacheWriter invoked in the process. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.