Defines a table used to store cache entries whose keys cannot be expressed as strings.
Attribute | Value |
---|---|
Default Value | 100 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Attribute | Value |
---|---|
Type | OBJECT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 100 |
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Attribute | Value |
---|---|
Type | OBJECT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | ispn_bucket |
Type | STRING |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | resource-services |
Attribute | Value |
---|---|
Type | OBJECT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
prefix | STRING | false | true | ispn_bucket | The prefix for the database table name. |
fetch-size | INT | false | true | 100 | For DB queries, the fetch size will be used to set the fetch size on ResultSets. |
id-column | OBJECT | false | false | A database column to hold cache entry ids. | |
data-column | OBJECT | false | false | A database column to hold cache entry data. | |
timestamp-column | OBJECT | false | false | A database column to hold cache entry timestamps. | |
batch-size | INT | false | true | 100 | For DB inserts, the batch size determines how many inserts are batched together. |