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

  • AdjustThumbnailOptions
  • AdjustThumbnailVersion
  • CacheManager
  • GetOperation
  • Hooks
  • Module
  • PopThumbnailVersion
  • Thumbnail
  • Version
  • Versions

Exceptions

  • VersionNotDefined

Constants

  • CACHE_VERSIONS

Class CacheManager

Manages cache for thumbnails.

The cache is always active.

ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
Extended by ICanBoogie\Modules\Thumbnailer\CacheManager implements Icybee\Modules\Cache\CacheManagerInterface
Namespace: ICanBoogie\Modules\Thumbnailer
Located at vendor/icanboogie-modules/thumbnailer/lib/cache-manager.php

Methods summary

protected
# get_config_preview( )
protected
# get_editor( )
protected string
# get_path( )

Path to the cache's directory.

Path to the cache's directory.

Returns

string
protected ICanBoogie\FileCache
# get_handler( )

Handler for the cache entries.

Handler for the cache entries.

Returns

ICanBoogie\FileCache
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()
public
# clean( )

Periodically clears the cache.

Periodically clears the cache.

public
# config( mixed $params )
public
# retrieve( mixed $key, array $callback, array $userdata )

Methods inherited from ICanBoogie\Object

from(), resolve_facade_properties(), resolve_private_properties(), to_array(), to_json()

Methods inherited from ICanBoogie\ToArrayRecursive

to_array_recursive()

Methods used from ICanBoogie\ToArrayRecursiveTrait

to_array_recursive()

Methods used from ICanBoogie\PrototypeTrait

__call(), __get(), __set(), __sleep(), __wakeup(), get_prototype(), has_method(), has_property(), last_chance_get(), last_chance_set()

Magic methods summary

Properties summary

public string $title
#
public string $description
#
public string $group
#
public mixed $state
#
public static array $config
#

Configuration for the module.

Configuration for the module.

  • cleanup_interval: The interval between cleanups, in minutes.
  • repository_size: The size of the repository, in Mo.

Magic properties inherited from ICanBoogie\Object

$prototype

Autodoc API documentation generated by ApiGen 2.8.0