예제 #1
0
def touch_cache(recid, uid):
    """Touch a BibEdit cache file. This should be used to indicate that the
    user has again accessed the record, so that locking will work correctly.

    """
    update_cache_post_date(recid, uid)
예제 #2
0
def touch_cache(recid, uid):
    """Touch a BibEdit cache file. This should be used to indicate that the
    user has again accessed the record, so that locking will work correctly.

    """
    update_cache_post_date(recid, uid)