You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/21 12:18:22 UTC

[GitHub] markusthoemmes commented on a change in pull request #2624: Add cache invalidation between controllers

markusthoemmes commented on a change in pull request #2624: Add cache invalidation between controllers
URL: https://github.com/apache/incubator-openwhisk/pull/2624#discussion_r134217560
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/entity/DocInfo.scala
 ##########
 @@ -83,6 +83,11 @@ protected[core] case class DocInfo protected[entity] (id: DocId, rev: DocRevisio
             s"$id.$rev".hashCode
         }
     }
+
+    def asCacheKey() = {
 
 Review comment:
   Please remove the `()` on non side-effecting methods.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services