zhamao-framework/test/usage_test.php

10 lines
159 B
PHP
Raw Normal View History

<?php
use ZM\Exception\ZMException;
use ZM\Store\LightCache;
LightCache::getMemoryUsage();
try {
LightCache::getExpire('1');
} catch (ZMException $e) {
}