connect

SqliteCache.connect(db=None, *args, connection_kwargs=None, memory_persist=None, **kwargs)[source]

Create an instance of the library used to interact with the caching system, ensure it’s connection is open, and store the instance on this class instance - only if not already connected.

Should return the class instance which was created.