<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Groupdocs API References – groupdocs.annotation.cache</title>
    <link>https://reference.groupdocs.com/annotation/python-net/groupdocs.annotation.cache/</link>
    <description>Recent content in groupdocs.annotation.cache on Groupdocs API References</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="https://reference.groupdocs.com/annotation/python-net/groupdocs.annotation.cache/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Python-Net: FileCache class</title>
      <link>https://reference.groupdocs.com/annotation/python-net/groupdocs.annotation.cache/filecache/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/annotation/python-net/groupdocs.annotation.cache/filecache/</guid>
      <description>
        
        
        &lt;h2 id=&#34;filecache-class&#34;&gt;FileCache class&lt;/h2&gt;
&lt;p&gt;Class that allows to work with the local on-disk cache.&lt;/p&gt;
&lt;p&gt;The FileCache type exposes the following members:&lt;/p&gt;
&lt;h3 id=&#34;constructors&#34;&gt;Constructors&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Constructor&lt;/th&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/__init__/&#34;&gt;&lt;strong&gt;init&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Initializes a new instance of &lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/&#34;&gt;&lt;code&gt;FileCache&lt;/code&gt;&lt;/a&gt; class.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/__init__/#path&#34;&gt;&lt;strong&gt;init&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Initializes a new instance of &lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/&#34;&gt;&lt;code&gt;FileCache&lt;/code&gt;&lt;/a&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;methods&#34;&gt;Methods&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Method&lt;/th&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/get_keys/#filter&#34;&gt;get_keys&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Returns all file names that contain the filter in the filename.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/get_keys_file/&#34;&gt;get_keys_file&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/get_keys_string/&#34;&gt;get_keys_string&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/set/#key-value&#34;&gt;set&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Serializes data to the local disk.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/set_file/&#34;&gt;set_file&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/set_string/&#34;&gt;set_string&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/try_get_value/#key-value&#34;&gt;try_get_value&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Deserializes data associated with this key if present.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/try_get_value_file/&#34;&gt;try_get_value_file&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/filecache/try_get_value_string/&#34;&gt;try_get_value_string&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;module &lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/&#34;&gt;&lt;code&gt;groupdocs.annotation.cache&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Python-Net: ICache class</title>
      <link>https://reference.groupdocs.com/annotation/python-net/groupdocs.annotation.cache/icache/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/annotation/python-net/groupdocs.annotation.cache/icache/</guid>
      <description>
        
        
        &lt;h2 id=&#34;icache-class&#34;&gt;ICache class&lt;/h2&gt;
&lt;p&gt;Defines methods required for storing rendered document and document resources cache.&lt;/p&gt;
&lt;p&gt;The ICache type exposes the following members:&lt;/p&gt;
&lt;h3 id=&#34;methods&#34;&gt;Methods&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Method&lt;/th&gt;
&lt;th style=&#34;text-align:left&#34;&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/get_keys/#filter&#34;&gt;get_keys&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Returns all keys matching filter.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/get_keys_file/&#34;&gt;get_keys_file&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/get_keys_string/&#34;&gt;get_keys_string&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/set/#key-value&#34;&gt;set&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Inserts a cache entry into the cache.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/set_file/&#34;&gt;set_file&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/set_string/&#34;&gt;set_string&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/try_get_value/#key-value&#34;&gt;try_get_value&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;Gets the entry associated with the given key if present.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/try_get_value_file/&#34;&gt;try_get_value_file&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/icache/try_get_value_string/&#34;&gt;try_get_value_string&lt;/a&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:left&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;see-also&#34;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;module &lt;a href=&#34;https://reference.groupdocs.com/annotation/annotation/python-net/groupdocs.annotation.cache/&#34;&gt;&lt;code&gt;groupdocs.annotation.cache&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
  </channel>
</rss>
