Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • BaseOperation
  • CacheManager
  • CatalogsCacheManager
  • ClearOperation
  • Collection
  • ConfigOperation
  • ConfigsCacheManager
  • DisableOperation
  • EditorOperation
  • EnableOperation
  • Hooks
  • ManageBlock
  • Module
  • ModulesCacheManager
  • StatOperation

Interfaces

  • CacheManagerInterface

Exceptions

  • CacheNotDefined

Class ConfigsCacheManager

Configurations cache manager.

Icybee\Modules\Cache\CacheManager implements Icybee\Modules\Cache\CacheManagerInterface
Extended by Icybee\Modules\Cache\ConfigsCacheManager
Namespace: Icybee\Modules\Cache
Located at vendor/icanboogie-modules/cache/lib/managers/configs.php

Methods summary

public
# __construct( )
public
# clear( )

Clears the cache.

Clears the cache.

public
# disable( )

Disables the cache.

Disables the cache.

Unsets the enable_modules_cache var.

public
# enable( )

Enables the cache.

Enables the cache.

Sets the enable_modules_cache var.

public
# stat( )

Return stats about the cache.

Return stats about the cache.

Magic methods summary

Properties summary

public string $title
#

Title of the cache. The title is translated within the cache.title scope.

Title of the cache. The title is translated within the cache.title scope.

public string $description
#

Description of the cache. The description is translated within the cache.description scope.

Description of the cache. The description is translated within the cache.description scope.

public string $group
#

Caches are displayed by groups. The group of the cache can be defined using this property. The group is translated within the cache.group scope.

Caches are displayed by groups. The group of the cache can be defined using this property. The group is translated within the cache.group scope.

Properties inherited from Icybee\Modules\Cache\CacheManager

$config_preview, $editor, $size_limit, $state, $time_limit

Autodoc API documentation generated by ApiGen 2.8.0