87a6f74 schema cache: Store API schema cache in memory

1 file Authored by dkupka 7 years ago, Committed by jcholast 7 years ago,
    schema cache: Store API schema cache in memory
    
    Read whole cache into memory and keep it there for lifetime of api
    object. This removes the need to repetitively open/close the cache and
    speeds up every access to it.
    
    https://fedorahosted.org/freeipa/ticket/6048
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>