This is specific to using Redis for caching. You can group your keys in sections to allow for easily clearing the cache on just a section of data.
Couple notes:
1. You have to have 'cluster' set to false in app/config/database.php under the 'redis' key.
2. Remember to pass through variables into the closure with 'use'.
3. Have fun!