public final class CacheEntry extends Object
Cache,
SimpleCache| Modifier and Type | Field and Description |
|---|---|
int |
found |
byte |
hits |
int |
op1 |
int |
op2 |
int |
overwrite |
int |
ret |
int |
type |
| Constructor and Description |
|---|
CacheEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
hit()
register a hit
|
boolean |
invalid() |
void |
saturate()
saturate the counter immediately
|
boolean |
save()
returns true if this position is available, false if it should not be overwritten
|
public int op1
public int op2
public int ret
public int found
public int overwrite
public int type
public byte hits
public final boolean invalid()
public final void clear()
public final int hit()
public final boolean save()
public final void saturate()
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.