I was really using inheritence as a cheap way to make the innards of the object available to the function I wanted to call.
Yeah, a lot of folks do... "inheritance as reuse" is common but not recommended!
I think I am basically doing that; my cached variable is called 'instance',
But why even do that? I assume you've got something like:
<cfset instance = server.cachedObject.getMyData("someKey") />
Is it just for the 'convenience' of having a local alias for the data?
Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive." -- Margaret Atwood
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
