일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- request cache
- Docker
- dbeaver
- NORI
- API
- Selenium
- Analyzer
- aqqle
- ann
- KNN
- aggs
- redis
- Cache
- java crawler
- Elasticsearch
- mysql
- IONQ
- api cache
- TSLA
- JPA
- file download
- vavr
- elasticsearch cache
- Query
- 테슬라
- 아이온큐
- Elastic
- java
- 양자컴퓨터
- Aggregation
Archives
- Today
- Total
목록method cache (1)
아빠는 개발자
[java] API - redis cache for method
검색결과중 일부 메소드에서 처리하는 데이터 들만 캐싱해야하는 상황.. 일단 구현해보자 https://father-lys.tistory.com/42 에서 세팅한 redis 정보를 활용 우선 컨드롤러 생성 CacheService 의 getCaches 를 호출 package com.doo.aqqle.controller; import com.doo.aqqle.model.CommonResult; import com.doo.aqqle.service.CacheService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiParam; import lombok.Requ..
Java/API
2023. 10. 13. 21:23