cache-get

Fetch a cached object and display it.

drush cache-get

Aliases:

Arguments:

cid : The id of the object to fetch.
bin : Optional. The cache bin to fetch from.

Examples:

Display the data for the cache id "schema" from the "cache" bin.

drush cache-get schema

Display the data for the cache id "update_available_releases" from the "update" bin.

drush cache-get update_available_releases update