naver / arcus-spring

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

FEATURE: Add generateKey() method to KeyGenerator implementations. #67

Closed uhm0311 closed 7 months ago

uhm0311 commented 7 months ago

https://github.com/naver/arcus-spring/issues/50

SimpleKeyGenerator와 같은 형태의 인터페이스를 하나 추가했습니다. 단, arcus-spring의 KeyGenerator 구현체에서 생성하는 객체는 명시적으로 ArcusStringKey 타입임을 나타내기 위해 반환 타입을 Object가 아닌 ArcusStringKey로 했습니다.

uhm0311 commented 7 months ago

@brido4125

위 import은 의도적으로 line을 내리신거죠?

자동 정렬된 것 같습니다.