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

  • CacheManager
  • ConfigBlock
  • ConfigOperation
  • Content
  • DeleteBlock
  • EditBlock
  • HomeExcludeOperation
  • HomeIncludeOperation
  • Hooks
  • ManageBlock
  • Model
  • Module
  • Rendered
  • SaveOperation
  • Update20140330
  • ViewProvider

Traits

  • DateProperty

Class CacheManager

Manages cache for contents body.

The state of the cache is saved in the registry under contents.cache_rendered_body.

Icybee\Modules\Contents\CacheManager implements Icybee\Modules\Cache\CacheManagerInterface
Namespace: Icybee\Modules\Contents
Located at vendor/icanboogie-modules/contents/lib/cache-manager.php

Methods summary

public
# __construct( )
public
# enable( )

Enables the cache.

Enables the cache.

Implementation of

Icybee\Modules\Cache\CacheManagerInterface::enable()
public
# disable( )

Disables the cache.

Disables the cache.

Implementation of

Icybee\Modules\Cache\CacheManagerInterface::disable()
public
# stat( )

Return stats about the cache.

Return stats about the cache.

Implementation of

Icybee\Modules\Cache\CacheManagerInterface::stat()
public
# clear( )

Clears the cache.

Clears the cache.

Implementation of

Icybee\Modules\Cache\CacheManagerInterface::clear()

Magic methods summary

Properties summary

public string $title
#
public string $description
#
public string $group
#
public boolean $state
#
public mixed $config_preview
#
Autodoc API documentation generated by ApiGen 2.8.0