public class CountsCache extends Object
Constructor and Description |
---|
CountsCache(String dbFile) |
Modifier and Type | Method and Description |
---|---|
void |
add(String item,
long count) |
long |
get(String item) |
int |
getStatistics() |
boolean |
hasKey(String item) |
public static final String sqlDriver
public CountsCache(String dbFile)
Copyright © 2017. All rights reserved.