Recall that _cache_class_ref refuses to give me access to the list of cached classes if the caller is not a member of 'Class::Std', but this refusal is via croak, which I can redefine.clean_cache: { no warnings qw<redefine once>; local *Class::Std::Fast::croak = sub {}; use warnings; delete Class::Std::Fast::_cache_class_ref()->{STR}; }
In reply to Re: Class::Std::Fast cache and threads
by Boldra
in thread Class::Std::Fast cache and threads
by Boldra
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |