Purpose: Provides the capability to insert CacheKeys into a Linked List.
Responsibilities:
Initialize the newly allocated instance of this class.paramobject is the domain object.paramwriteLockValue is the write lock value number. super(primaryKey, object, writeLockValue, readTime);
super(primaryKey, object, writeLockValue, readTime);
return next;
return previous;
this.next = next;
this.previous = previous;