53d4393 memcache: Stop using the word fastcache for memcache

3 files Authored by mzidek 4 years ago, Committed by pbrezina 4 years ago,
    memcache: Stop using the word fastcache for memcache
    
    This patch removes the word fastche from our codebase.
    
    We do not reffer to the fast in-memory mmaped cache consistently.
    Sometimes we call it fastcache, sometimes memcache and sometimes
    mmap cache.
    
    While we can not get rid of memcache, because it is rooted
    in some config option names and in the documentation and
    mmap cache is used a lot internally in our code, so getting
    rid of that would require a lot of code changes, we can
    easily get rid of the 'fastcache' word because it is
    only in a handful of places.
    
    I think we should really stick to calling it memcache in
    the documentation and debug messages and ideally also in
    code comments to avoid confusion.
    
    Reviewed-by: Alexey Tikhonov <atikhonov@redhat.com>
    
        
file modified
+1 -1
file modified
+4 -5