| | |
| | | @Resource |
| | | private VideoInfoDao videoInfoDao; |
| | | |
| | | public VideoInfoDao getVideoInfoDao() { |
| | | return videoInfoDao; |
| | | } |
| | | |
| | | public void setVideoInfoDao(VideoInfoDao videoInfoDao) { |
| | | this.videoInfoDao = videoInfoDao; |
| | | } |
| | | |
| | | public CollectionDao getCollectionDao() { |
| | | return collectionDao; |
| | | } |
| | | |
| | | public void setCollectionDao(CollectionDao collectionDao) { |
| | | this.collectionDao = collectionDao; |
| | | } |
| | | |
| | | @SuppressWarnings("rawtypes") |
| | | @Cacheable(value = "userCache", key = "'getCollectVideo'+'-'+#uid+'-'+#page") |
| | | public List<VideoInfo> getCollectVideo(String uid, String loginUid, int page) { |