generateCache            package:R.cache            R Documentation

_G_e_n_e_r_a_t_e_s _a _c_a_c_h_e _p_a_t_h_n_a_m_e _f_r_o_m _a _k_e_y _o_b_j_e_c_t

_D_e_s_c_r_i_p_t_i_o_n:

     Generates a cache pathname from a key object.

_U_s_a_g_e:

     ## Default S3 method:
     generateCache(key=NULL, suffix=".Rcache", ...)

_A_r_g_u_m_e_n_t_s:

     key: A 'list' or an 'environment' from which a hexadecimal key
          will be generated and that will constitute the name part of
          the cache filename.

  suffix: A 'character' string to be appended to the end of the
          filename.

     ...: Arguments passed to 'getCachePath'().

_D_e_t_a_i_l_s:

_V_a_l_u_e:

     Returns the path as a 'character' string.

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

