Main entry point for the CacheKit library. Exports core factory and available cache backends.
Creates a new instance of an CacheKit with the specified backend. Defaults to an in-memory backend if none is provided.
Optional configuration object specifying the backend.
An CacheKit interface instance.
Main entry point for the CacheKit library. Exports core factory and available cache backends.