ILIAS  release_8 Revision v8.23
ilGlobalCacheConfigStoredObjective Class Reference
+ Inheritance diagram for ilGlobalCacheConfigStoredObjective:
+ Collaboration diagram for ilGlobalCacheConfigStoredObjective:

Public Member Functions

 __construct (\ilGlobalCacheSettings $settings)
 
 getHash ()
 
 getLabel ()
 
 isNotable ()
 
 getPreconditions (Setup\Environment $environment)
 
 isApplicable (Setup\Environment $environment)
 

Protected Attributes

ilGlobalCacheSettings $settings
 

Detailed Description

Definition at line 21 of file class.ilGlobalCacheConfigStoredObjective.php.

Constructor & Destructor Documentation

◆ __construct()

ilGlobalCacheConfigStoredObjective::__construct ( \ilGlobalCacheSettings  $settings)

Definition at line 25 of file class.ilGlobalCacheConfigStoredObjective.php.

References $settings, and ILIAS\Repository\settings().

+ Here is the call graph for this function:

Member Function Documentation

◆ getHash()

ilGlobalCacheConfigStoredObjective::getHash ( )

Definition at line 31 of file class.ilGlobalCacheConfigStoredObjective.php.

31  : string
32  {
33  return hash("sha256", self::class);
34  }

◆ getLabel()

ilGlobalCacheConfigStoredObjective::getLabel ( )

Definition at line 36 of file class.ilGlobalCacheConfigStoredObjective.php.

36  : string
37  {
38  return "Store configuration of Services/GlobalCache";
39  }

◆ getPreconditions()

ilGlobalCacheConfigStoredObjective::getPreconditions ( Setup\Environment  $environment)

Definition at line 46 of file class.ilGlobalCacheConfigStoredObjective.php.

References ILIAS\Repository\settings().

46  : array
47  {
48  return [
50  ];
51  }
+ Here is the call graph for this function:

◆ isApplicable()

ilGlobalCacheConfigStoredObjective::isApplicable ( Setup\Environment  $environment)

Definition at line 77 of file class.ilGlobalCacheConfigStoredObjective.php.

77  : bool
78  {
79  // The effort to check the whole ini file is too big here.
80  return true;
81  }

◆ isNotable()

ilGlobalCacheConfigStoredObjective::isNotable ( )

Definition at line 41 of file class.ilGlobalCacheConfigStoredObjective.php.

41  : bool
42  {
43  return false;
44  }

Field Documentation

◆ $settings

ilGlobalCacheSettings ilGlobalCacheConfigStoredObjective::$settings
protected

Definition at line 23 of file class.ilGlobalCacheConfigStoredObjective.php.

Referenced by __construct().


The documentation for this class was generated from the following file: