use Cache::FileCache; my $cache = new Cache::FileCache( ); my $hash = $cache->get( $assigned_hash_name ); my %hash = %{$hash};