konrad-kaminski / spring-kotlin-coroutine

Kotlin coroutine support for Spring.
448 stars 69 forks source link

Handling @Cacheable condition #28

Open docent opened 6 years ago

docent commented 6 years ago

When using @Cacheable, the condition must be updated to index into array instead of argument directly, e.g. if argument name is to the condition must refer to to[0]. Would it be possible to update the library so it does not mess with @Cacheable condition?