I am unable to use the annotations found in the org.springframework.cache.annotations package such as @Cacheable? Given that the spring-context-3.1.0.M1.jar is in the classpath and listed in the Maven Dependencies, I should be able to mark up my source code with these annotations, correct?
I am using STS 2.6.1.
