public class WriteCache extends Object
Transaction
Constructor and Description |
---|
WriteCache()
Creates the write cache initialized to hold a
defined maximum amount of strings.
|
WriteCache(int maxCount,
int minLength,
int maxLength)
Creates the write cache initialized to hold a
defined maximum amount of strings.
|
public WriteCache()
public WriteCache(int maxCount, int minLength, int maxLength)
maxCount
- Maximum count of strings in the cache.minLength
- The minimum length of a string in the cache.maxLength
- The maximum length of a string in the cache.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.