WACacheTest


Seaside-Examples-Test

Comment:



Hierarchy:

ProtoObject
Object
WAPresenter
WAComponent
WACacheTest

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
renderContentOn: html

	Smalltalk garbageCollect.  
	html heading: ResponseContinuation allInstances size.
	html heading: AnswerContinuation allInstances size.
	html heading: EscapeContinuation allInstances size.
	html anchorWithAction: [self inform: 'answer'] text: 'call'.
	html break.
	html anchorWithAction: [self call: self class new] text: 'keep calling'.

class methods:

^top


- made by Dandelion -