| Attributes |
| Name | Required | Request-time | Type | Description |
| action | false | false | java.lang.String | If empty queries the cache, 'Add' to add a cached query, or 'Delete' to delete a cached query |
| bean | true | false | edu.sdsc.inca.consumer.DepotBean | a bean containing a query cache |
| command | false | false | java.lang.String | the depot query command (e.g., querySuite, queryHql, querySeries) |
| name | false | false | java.lang.String | a cached query name |
| params | false | false | java.lang.String | a comma separated list of parameters to pass to the command |
| period | false | false | java.lang.Integer | the number of seconds to wait before refreshing cached query results |
| reloadAt | false | false | java.lang.String | the reload start time (WW:HH:MM) |
| suite | false | false | java.lang.String | a suite name which is being cached |