No cache directives available

Hi, i use latest akka http within my java project

I don’t have cache directives like cacheProhibitet, i only have ‘CacheConditionDirectives’.
What am i doing wrong? I use intellij CE, tried to invalidate caches also.

Attached screenshot

The caching support in Akka HTTP is in a separate artifact you need to add to your project, see docs: https://doc.akka.io/docs/akka-http/current/common/caching.html

1 Like