Class CachingDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.CachingDirectives$
-
- All Implemented Interfaces:
CachingDirectives
public class CachingDirectives$ extends java.lang.Object implements CachingDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static CachingDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CachingDirectives$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.directives.CachingDirectives
alwaysCache, cache, cachingProhibited, routeCache, routeCache
-
-
-
-
Field Detail
-
MODULE$
public static final CachingDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-