Skip to content

Commit b0edece

Browse files
Update file(s) "/." from "groupdocs-conversion/Groupdocs.Conversion-References"
1 parent 28bd96a commit b0edece

File tree

2,004 files changed

+2531
-2592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,004 files changed

+2531
-2592
lines changed

content/sites/groupdocs/conversion/english/python-net/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: GroupDocs.Conversion for Python via .NET
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 40
76
url: /python-net/
87
is_root: true
9-
version: 24.12
8+
version: 25.12
9+
weight: 40
1010
---
1111

1212
### Modules

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: groupdocs.conversion.caching
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 10
76
url: /python-net/groupdocs.conversion.caching/
87
is_root: false
8+
weight: 10
99
---
1010

1111
The module provides classes for customizing caching behaviour.

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/filecache/__init__/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: FileCache constructor
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 10
76
url: /python-net/groupdocs.conversion.caching/filecache/__init__/
87
is_root: false
8+
weight: 10
99
---
1010

11-
## __init__ {#str}
11+
## __init__ {#System.String}
1212

1313
Creates new instance of FileCache class
1414

@@ -22,7 +22,7 @@ def __init__(self, cache_path):
2222

2323
| Parameter | Type | Description |
2424
| :- | :- | :- |
25-
| cache_path | str | Relative or absolute path where document cache will be stored |
25+
| cache_path | System.String | Relative or absolute path where document cache will be stored |
2626

2727

2828

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/filecache/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: FileCache class
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 10
76
url: /python-net/groupdocs.conversion.caching/filecache/
87
is_root: false
8+
weight: 10
99
---
1010

1111
## FileCache class
@@ -19,15 +19,15 @@ The FileCache type exposes the following members:
1919
### Constructors
2020
| Constructor | Description |
2121
| :- | :- |
22-
| [__init__](/conversion/python-net/groupdocs.conversion.caching/filecache/__init__/#str) | Creates new instance of FileCache class |
22+
| [__init__](/conversion/python-net/groupdocs.conversion.caching/filecache/__init__/#System.String) | Creates new instance of FileCache class |
2323

2424

2525
### Methods
2626
| Method | Description |
2727
| :- | :- |
28-
| [set](/conversion/python-net/groupdocs.conversion.caching/filecache/set/#str-any) | Inserts a cache entry into the cache. |
29-
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/filecache/try_get_value/#str-any) | Gets the entry associated with this key if present. |
30-
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/filecache/get_keys/#str) | Returns all keys matching filter. |
28+
| [set](/conversion/python-net/groupdocs.conversion.caching/filecache/set/#System.String-System.Object) | Inserts a cache entry into the cache. |
29+
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/filecache/try_get_value/#System.String-any) | Gets the entry associated with this key if present. |
30+
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/filecache/get_keys/#System.String) | Returns all keys matching filter. |
3131

3232

3333

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/filecache/get_keys/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: get_keys method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 20
76
url: /python-net/groupdocs.conversion.caching/filecache/get_keys/
87
is_root: false
8+
weight: 20
99
---
1010

11-
## get_keys {#str}
11+
## get_keys {#System.String}
1212

1313
Returns all keys matching filter.
1414

@@ -27,7 +27,7 @@ def get_keys(self, filter):
2727

2828
| Parameter | Type | Description |
2929
| :- | :- | :- |
30-
| filter | str | The filter to use. |
30+
| filter | System.String | The filter to use. |
3131

3232

3333

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/filecache/set/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: set method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 30
76
url: /python-net/groupdocs.conversion.caching/filecache/set/
87
is_root: false
8+
weight: 30
99
---
1010

11-
## set {#str-any}
11+
## set {#System.String-System.Object}
1212

1313
Inserts a cache entry into the cache.
1414

@@ -22,8 +22,8 @@ def set(self, key, value):
2222

2323
| Parameter | Type | Description |
2424
| :- | :- | :- |
25-
| key | str | A unique identifier for the cache entry. |
26-
| value | any | The object to insert. |
25+
| key | System.String | A unique identifier for the cache entry. |
26+
| value | System.Object | The object to insert. |
2727

2828

2929

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/filecache/try_get_value/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: try_get_value method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 40
76
url: /python-net/groupdocs.conversion.caching/filecache/try_get_value/
87
is_root: false
8+
weight: 40
99
---
1010

11-
## try_get_value {#str-any}
11+
## try_get_value {#System.String-any}
1212

1313
Gets the entry associated with this key if present.
1414

@@ -27,7 +27,7 @@ def try_get_value(self, key, value):
2727

2828
| Parameter | Type | Description |
2929
| :- | :- | :- |
30-
| key | str | A key identifying the requested entry. |
30+
| key | System.String | A key identifying the requested entry. |
3131
| value | any | The located value or null. |
3232

3333

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/icache/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: ICache class
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 20
76
url: /python-net/groupdocs.conversion.caching/icache/
87
is_root: false
8+
weight: 20
99
---
1010

1111
## ICache class
@@ -19,9 +19,9 @@ The ICache type exposes the following members:
1919
### Methods
2020
| Method | Description |
2121
| :- | :- |
22-
| [set](/conversion/python-net/groupdocs.conversion.caching/icache/set/#str-any) | Inserts a cache entry into the cache. |
23-
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/icache/try_get_value/#str-any) | Gets the entry associated with this key if present. |
24-
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/icache/get_keys/#str) | Returns all keys matching filter. |
22+
| [set](/conversion/python-net/groupdocs.conversion.caching/icache/set/#System.String-System.Object) | Inserts a cache entry into the cache. |
23+
| [try_get_value](/conversion/python-net/groupdocs.conversion.caching/icache/try_get_value/#System.String-any) | Gets the entry associated with this key if present. |
24+
| [get_keys](/conversion/python-net/groupdocs.conversion.caching/icache/get_keys/#System.String) | Returns all keys matching filter. |
2525

2626

2727

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/icache/get_keys/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: get_keys method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 20
76
url: /python-net/groupdocs.conversion.caching/icache/get_keys/
87
is_root: false
8+
weight: 20
99
---
1010

11-
## get_keys {#str}
11+
## get_keys {#System.String}
1212

1313
Returns all keys matching filter.
1414

@@ -27,7 +27,7 @@ def get_keys(self, filter):
2727

2828
| Parameter | Type | Description |
2929
| :- | :- | :- |
30-
| filter | str | The filter to use. |
30+
| filter | System.String | The filter to use. |
3131

3232

3333

content/sites/groupdocs/conversion/english/python-net/groupdocs.conversion.caching/icache/set/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: set method
33
second_title: GroupDocs.Conversion for Python via .NET API References
44
description:
55
type: docs
6-
weight: 30
76
url: /python-net/groupdocs.conversion.caching/icache/set/
87
is_root: false
8+
weight: 30
99
---
1010

11-
## set {#str-any}
11+
## set {#System.String-System.Object}
1212

1313
Inserts a cache entry into the cache.
1414

@@ -22,8 +22,8 @@ def set(self, key, value):
2222

2323
| Parameter | Type | Description |
2424
| :- | :- | :- |
25-
| key | str | A unique identifier for the cache entry. |
26-
| value | any | The object to insert. |
25+
| key | System.String | A unique identifier for the cache entry. |
26+
| value | System.Object | The object to insert. |
2727

2828

2929

0 commit comments

Comments
 (0)