abstract class AbstractSharedCache extends AbstractAttributesPresence with SharedCache
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractSharedCache
- SharedCache
- DynamicNetworkObject
- NetworkObject
- AbstractAttributesPresence
- PacketAttributesPresence
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AbstractSharedCache(channel: CachePacketChannel)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addDefaultAttribute(key: Serializable, value: Serializable): AbstractSharedCache.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cacheID: Int
The cache ID of this cache.
The cache ID of this cache.
- Definition Classes
- AbstractSharedCache → SharedCache
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- var defaultAttributes: PacketAttributes
- Attributes
- protected
- Definition Classes
- AbstractAttributesPresence
- def drainAllAttributes(attributes: PacketAttributes): AbstractSharedCache.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def drainAllDefaultAttributes(attributes: PacketAttributesPresence): AbstractSharedCache.this.type
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val family: String
The SharedCacheManager family that manages this cache.
The SharedCacheManager family that manages this cache.
- Definition Classes
- AbstractSharedCache → SharedCache
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDefaultAttribute[S](key: Serializable): Option[S]
- Definition Classes
- AbstractAttributesPresence → PacketAttributesPresence
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val ownerID: String
- Definition Classes
- AbstractSharedCache → SharedCache
- val presence: NetworkObjectPresence
- Definition Classes
- AbstractSharedCache → DynamicNetworkObject
- val reference: SharedCacheReference
The reference of this Network Object.
The reference of this Network Object.
- Definition Classes
- AbstractSharedCache → NetworkObject
- See also
NetworkObjectReference
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated