Package | Description |
---|---|
com.mchange.v1.cachedstore |
Modifier and Type | Method and Description |
---|---|
void |
WritableCachedStore.flushWrites()
flushes writes to back end, IN NO PARTICULAR ORDER!
(If you write a key twice, the second write reliably supercedes
the first, however.)
If this method fails, you can use getFailedWrites()
to see what keys could not be written.
|
Copyright © 2017 com.mchange. All rights reserved.