Help for this page

Select Code to Download


  1. or download this
    $cache->insert( tag => $key_obj,  data => $obj );
    @values = $cache->retrieve( tag => $key_obj )
    
  2. or download this
    $cache->insert( $key_obj,  $obj );
    @values = $cache->retrieve( $key_obj )