naver / arcus-spring

ARCUS as a caching provider for the Spring Cache Abstraction
Apache License 2.0
26 stars 16 forks source link

DOC: Add @Cacheable example. #53

Closed uhm0311 closed 1 year ago

uhm0311 commented 1 year ago

https://github.com/naver/arcus-spring/pull/54

위 PR의 후속 PR입니다. ArcusKeyGenerator 클래스를 활용하는 @Cacheable 어노테이션 사용 예시를 README에 추가했습니다.

jhpark816 commented 1 year ago

@uhm0311

uhm0311 commented 1 year ago

@Cacheable 어노테이션 방식 외에 cache manager 직접 사용하는 예제를 추가할 필요가 있나요?

cache manager를 직접 사용해야 하는 다른 경우는 없나요?

jhpark816 commented 1 year ago

@uhm0311 cache manager 사용 예시로 적합한 예시를 들어 가이드 문서에 나타내도록 하고, 본 PR은 close 합니다.