public class CacheConfig
extends Object
Created by davidroon on 18.09.16.
This code is released under Apache 2 license
# cache for blockchain run
# the flush hapens depending
# on memory usage or blocks
# threshhold. if both are specified
# memory will take precedence
cache {
flush {
# [0.7 = 70% memory to flush]
memory = 0
# [10000 flush each 10000 blocks]
blocks = 1000
}
}