Defines a table used to store cache entries whose keys can 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 | 
|---|---|
| Default Value | true | 
| Type | BOOLEAN | 
| 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 | false | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-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_entry | 
| 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 | 
| 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_entry | 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. | 
| create-on-start | BOOLEAN | false | true | true | Indicates whether the store should create this database table when the cache starts. | 
| drop-on-stop | BOOLEAN | false | true | false | Indicates whether the store should drop this database table when the cache stops. | 
| 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. | |
| segment-column | OBJECT | false | false | A database column to hold cache entry segment. | |
| 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. |