set method Leave feedback On this page set Example See Also set Inserts a cache entry into the cache. def set(self, key, value): ... Parameter Type Description key str A unique identifier for the cache entry. value Any The object to insert. Example from groupdocs.conversion import ConverterSettings, FileCache # Create converter settings with a file-based cache settings = ConverterSettings() settings.cache = FileCache() # Store an object in the cache settings.cache.set("my_document", document) See Also class FileCache Was this page helpful? Not really Yes, thanks Any additional feedback you'd like to share with us? Skip Send Please tell us how we can improve this page. Skip Send Thank you for your feedback! We value your opinion. Your feedback will help us improve our documentation.