The constructor for a new Item is likethis: ``` my $library = Library->new(access_key => 'xxx', secret_key => 'yyy', cache_servers=>\@servers ); ``` I'm not sure but are the cache servers optional? The docs don't say so? Can it be made optional?
The constructor for a new Item is likethis:
I'm not sure but are the cache servers optional? The docs don't say so? Can it be made optional?