Class

CommentsCache

Package: PHPBoost\Cache Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2011 09 24 Located at: phpboost/cache/CommentsCache.class.php
CommentsCache implements CacheData
Methods summary
public
# synchronize( )

This method is called when the data needs to be sychronized. For instance,

public
public
# comment_exists( $id )
public
# comment_exists_by_module( $module_id, $id_in_module )
public
# get_comment( $id )
public
# get_comments_by_module( $module_id, $id_in_module, $topic_identifier )
public
# get_count_comments_by_module( $module_id, $id_in_module, $topic_identifier )
public
public static CommentsCache
# load( )

Loads and returns the comments cached data.

public static
# invalidate( )

Invalidates the current comments cached data.