EBackend.CacheReaper¶
- Subclasses:
 None
Methods¶
- Inherited:
 EDataServer.Extension (1), GObject.Object (37), EDataServer.Extensible (3)
- Structs:
 
class  | 
  | 
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Class Details¶
- class EBackend.CacheReaper(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod type_register(type_module)¶
 - Parameters:
 type_module (
GObject.TypeModule) –
- add_private_directory(name)¶
 - Parameters:
 name (
str) – directory name
Let’s the self know about a private directory named name, thus it won’t delete it from cache or data directories. The name is just a directory name, not a path.
New in version 3.18.
- remove_private_directory(name)¶
 - Parameters:
 name (
str) – directory name
Remove private directory named name from the list of private directories in the self, previously added with
EBackend.CacheReaper.add_private_directory().New in version 3.18.