:- module(conf_media_cache, []). /** [Service to cache media resources. Also provides functionality to create thumbnails of images] */ :- use_module(api(media_caching)).