vimeta-0.2.5.1: Frontend for video metadata tagging tools

Safe HaskellNone
LanguageHaskell2010

Vimeta.Core.Cache

Description

Caching functions.

Synopsis

Documentation

cacheTMDBConfig :: MonadIO m => m (Either e Configuration) -> m (Either e Configuration) Source #

Produce a cached version of TheMovieDB.Configuration or use the given action to create a cache a new value.