Package | Description |
---|---|
javax.cache.integration |
This package contains interfaces for integration.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheWriter.delete(Object key)
Delete the cache entry from the external resource.
|
void |
CacheWriter.deleteAll(Collection<?> keys)
Remove data and keys from the external resource for the given collection of
keys, if present.
|
void |
CacheWriter.write(Cache.Entry<? extends K,? extends V> entry)
Write the specified value under the specified key to the external resource.
|
void |
CacheWriter.writeAll(Collection<Cache.Entry<? extends K,? extends V>> entries)
Write the specified entries to the external resource.
|
Copyright © 2014. All Rights Reserved.