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 CacheManager

Cache.

Icybee\Modules\Cache\CacheManager implements Icybee\Modules\Cache\CacheManagerInterface

Direct known subclasses

Icybee\Modules\Cache\CatalogsCacheManager, Icybee\Modules\Cache\ConfigsCacheManager, Icybee\Modules\Cache\ModulesCacheManager

Abstract
Namespace: Icybee\Modules\Cache
Located at vendor/icanboogie-modules/cache/lib/cache-manager.php

Methods summary

Methods inherited from Icybee\Modules\Cache\CacheManagerInterface

clear(), disable(), enable(), stat()

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.

public boolean $state
#

Whether the cache is enabled.

Whether the cache is enabled.

public integer|boolean $size_limit
#

Size limit of the cache, or false if not applicable.

Size limit of the cache, or false if not applicable.

public integer|boolean $time_limit
#

Time limit of the entries in the cache, or false if not applicable.

Time limit of the entries in the cache, or false if not applicable.

public string|null $config_preview
#

A preview of the cache configuration, or null if not applicable.

A preview of the cache configuration, or null if not applicable.

public string|null $editor
#

The configuration editor, or null if not applicable.

The configuration editor, or null if not applicable.

Autodoc API documentation generated by ApiGen 2.8.0