$cache
$cache : array
Decorator used to add memoization to previously inflected words
$decoratedInflector : \Guzzle\Inflection\InflectorInterface
__construct(\Guzzle\Inflection\InflectorInterface $inflector, integer $maxCacheSize = 500)
\Guzzle\Inflection\InflectorInterface | $inflector | Inflector being decorated |
integer | $maxCacheSize | Maximum number of cached items to hold per cache |