It means that there is no such artisan command called route:cache. The error says that there is no :cache under the namespace route which actually refer to route:cache.
PS: Lumen doesn't need caching, it's so fast. That's the main point of being a micro framework.