Summary
- File
- Package hierarchy PHPBoost\Cache
- Class hierarchy \CommentsCache
- Implements \CacheData
synchronize()
This method is called when the data needs to be sychronized.
For instance,
None found |
get_comments()
None found |
comment_exists( $id)
$id |
None found |
comment_exists_by_module( $module_id, $id_in_module)
$module_id | ||
$id_in_module |
None found |
get_comment( $id)
$id |
None found |
get_comments_by_module( $module_id, $id_in_module = '', $topic_identifier = \CommentsTopic::DEFAULT_TOPIC_IDENTIFIER)
$module_id | ||
$id_in_module | ||
$topic_identifier |
None found |
get_count_comments_by_module( $module_id, $id_in_module, $topic_identifier)
$module_id | ||
$id_in_module | ||
$topic_identifier |
None found |
get_count_comments()
None found |
load() : \CommentsCache
Loads and returns the comments cached data.
The cached data
None found |
invalidate()
Invalidates the current comments cached data.
None found |
slice_comments(array $comments, $offset, $lenght)
array | $comments | |
$offset | ||
$lenght |
None found |