add/change private visibility
This commit is contained in:
parent
b116810578
commit
74df8226de
23 changed files with 90 additions and 58 deletions
|
|
@ -255,7 +255,7 @@ private[remote] object Decoder {
|
|||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
private[akka] final class ActorRefResolveCacheWithAddress(provider: RemoteActorRefProvider, localAddress: UniqueAddress)
|
||||
private[remote] final class ActorRefResolveCacheWithAddress(provider: RemoteActorRefProvider, localAddress: UniqueAddress)
|
||||
extends LruBoundedCache[String, InternalActorRef](capacity = 1024, evictAgeThreshold = 600) {
|
||||
|
||||
override protected def compute(k: String): InternalActorRef =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue