Named
Represents an abstract factory with a specific name for creating PromptCache
instances.
This class is designed to be extended by concrete implementations that register themselves with a unique name
, allowing them to support specific configurations. It provides a utility method to determine if the factory can handle a given configuration string based on its name
.