| Is it possible to use some kind of mixed mode, meaning that small entities are stored in a common cache, whereas huge entities are stored separately using @Cacheable? EHCache creates one thread per cache, so I want to keep the number of threads small. |