Changeset 783
- Timestamp:
- 05/13/2008 12:57:41 AM (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/1-6-0/trunk/framework/commands/CacheCommand.cfc
r781 r783 43 43 <cffunction name="init" access="public" returntype="CacheCommand" output="false" 44 44 hint="Initializes the command."> 45 <cfargument name="handlerId" type="string" required="false" default=" #CreateUUID()#" />45 <cfargument name="handlerId" type="string" required="false" default="" /> 46 46 <cfargument name="cacheName" type="string" required="false" default="" /> 47 47 <cfargument name="alias" type="string" required="false" default="" />
