瀏覽代碼

Update class.fastcache.inc

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 年之前
父節點
當前提交
25f0fa45a9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      class.fastcache.inc

+ 2 - 2
class.fastcache.inc

@@ -45,13 +45,13 @@ namespace OpenGallery\OpenGallery;
  * @package OpenGallery http://github.com/par7133
  * @author Daniele Bonini <my25mb@aol.com>
  * @version 2.0
+ * @phpver   7.4 up
  * @access public
  * @note You have to declare in your "config.inc" file - or whatever file you
  * use for the purpose, the following global constants:
  * define('CACHE_HOST', "localhost");
  * define('CACHE_PORT', "11211");
- * @version  2.0
- * @access   public
+ * define('CACHE_APP_PREFIX', "MyAPP_12345");
  */
 final class FastCache extends \Memcached
 {