@Transactional(readOnly = true)
 @Cacheable("seo")
 public Seo find(Type type, String cacheRegion) {
   return seoDao.find(type);
 }
 @Transactional(readOnly = true)
 public Seo find(Type type) {
   return seoDao.find(type);
 }