Aw::TypeDefCache

MethodArgumentsReturnThrows
Exception
new( [client] )
Creates a new TypeDefCache object associated with (Aw::Client) client if passed.
Aw::TypeDefCacheYES
DESTROY( )voidNO
flushCache( [client] )
Flushes TypeDef cache for client if passed (which is then set to $self->client). Otherwise flushes cache of $self->client.
BooleanYES
lockCache( )voidNO
unlockCache( )voidNO
Inherited Methods
err( )BooleanYES
errmsg( )StringYES
error( )Aw::ErrorNO
hello( )
Returns the string "hello". Useful for debugging.
StringNO
getWarn( )
Returns current warn level.
NumberNO
setWarn( level )
Sets new warn level.0 : No warnings (quiet mode)
1 : Terse (uses awErrorToString)
2 : Verbose (uses awErrorToCompleteString)
The Aw extensions must be compiled with AWXS_WARNS defined.
voidNO
warn( [string] )
Warn message is string if passed, otherwise current err is converted to string.
voidYES