|
Lines 103-109
sub new {
Link Here
|
| 103 |
} |
103 |
} |
| 104 |
} |
104 |
} |
| 105 |
|
105 |
|
| 106 |
if ( can_load( modules => { 'Cache::Memory' => undef } ) ) { |
106 |
if ( can_load( modules => { 'Cache::Memory' => undef, nocache => 1 } ) ) { |
| 107 |
_initialize_memory($self); |
107 |
_initialize_memory($self); |
| 108 |
if ( $self->{'default_type'} eq 'memory' |
108 |
if ( $self->{'default_type'} eq 'memory' |
| 109 |
&& defined( $self->{'memory_cache'} ) ) |
109 |
&& defined( $self->{'memory_cache'} ) ) |
| 110 |
- |
|
|