rabbah commented on a change in pull request #2624: Add cache invalidation
between controllers
URL:
https://github.com/apache/incubator-openwhisk/pull/2624#discussion_r133848996
##########
File path: common/scala/src/main/scala/whisk/core/entity/AuthKey.scala
##########
@@ -39,6 +39,7 @@ protected[core] class AuthKey private (private val k: (UUID,
Secret)) extends An
def revoke = new AuthKey(uuid, Secret())
def compact = s"$uuid:$key"
override def toString = uuid.toString
+ def asCacheKey = CacheKey(uuid.toString(), Some(key.toString()))
Review comment:
s/toString()/asString/.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services