Results Cache
The database schema for results cache with filename format : <results-cache.sqlite> in the top level EWB data directory.
| Table Name | Description |
|---|---|
entity_ids | |
results | |
ttl |
entity_ids
| Attribute | Type | Description |
|---|---|---|
id | Integer | |
entity_id | Text |
results
| Attribute | Type | Description |
|---|---|---|
id | Integer | |
data | Blob |
ttl
| Attribute | Type | Description |
|---|---|---|
id | Integer | |
data | Blob |