| Method | Arguments | Return | Throws Exception
 | 
|---|
| new | ( [client] ) 
 Creates a new TypeDefCache object associated with (Aw::Client) clientif passed. | Aw::TypeDefCache | YES | 
|---|
| DESTROY | ( ) | void | NO | 
|---|
| flushCache | ( [client] ) 
 Flushes TypeDef cache for clientif passed (which is then set to$self->client). Otherwise flushes cache of $self->client. | Boolean | YES | 
|---|
| lockCache | ( ) | void | NO | 
|---|
| unlockCache | ( ) | void | NO | 
|---|
| Inherited Methods | 
|---|
| err | ( ) | Boolean | YES | 
|---|
| errmsg | ( ) | String | YES | 
|---|
| error | ( ) | Aw::Error | NO | 
|---|
| hello | ( ) 
 Returns the string "hello".  Useful for debugging. | String | NO | 
|---|
| getWarn | ( ) 
 Returns current warn level. | Number | NO | 
|---|
| setWarn | ( level ) 
 Sets new warn 0 : No warnings (quiet mode)level. 1 : Terse (uses awErrorToString)
 2 : Verbose (uses awErrorToCompleteString)The Aw extensions must be compiled with AWXS_WARNS defined.
 | void | NO | 
|---|
| warn | ( [string] ) 
 Warn message is stringif passed, otherwise current err is converted to string. | void | YES | 
|---|