public final class SerializationFormatCache extends LruBoundedCache<ActorRef,java.lang.String>
| Constructor and Description |
|---|
SerializationFormatCache() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
compute(ActorRef ref) |
protected int |
hash(ActorRef ref) |
protected boolean |
isCacheable(java.lang.String v) |
get, getOrCompute, probeDistanceOf, stats, toStringprotected java.lang.String compute(ActorRef ref)
compute in class LruBoundedCache<ActorRef,java.lang.String>protected int hash(ActorRef ref)
hash in class LruBoundedCache<ActorRef,java.lang.String>protected boolean isCacheable(java.lang.String v)
isCacheable in class LruBoundedCache<ActorRef,java.lang.String>