Class CachedObjectLongKey<V extends CachedObjectLongKey<V>>

All Implemented Interfaces:
Streamable, StreamReadable, StreamWritable, Row, AoservReadable, AoservStreamable, AoservWritable, SingleTableObject<Long,V>
Direct Known Subclasses:
Host, Network

public abstract class CachedObjectLongKey<V extends CachedObjectLongKey<V>> extends CachedObject<Long,V>
An object that is cached and uses a long as its primary key.
Author:
AO Industries, Inc.