The new cache abstraction API is really great, but why is there no Java-based configuration equivalent to 'cache:annotation-driven' (such as @EnableTransactionManagement)?

Is there a way to achieve the same effect as 'cache:annotation-driven' using a @Configuration application context?

Thanks for all the hard work!