Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 11... Línea 11...
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
12
// GNU General Public License for more details.
13
//
13
//
14
// You should have received a copy of the GNU General Public License
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
/**
-
 
17
 * The library file for the apcu cache store.
-
 
18
 *
-
 
19
 * This file is part of the apcu cache store, it contains the API for interacting with an instance of the store.
-
 
20
 *
16
 
21
 * @package    cachestore_apcu
-
 
22
 * @copyright  2014 Sam Hemelryk
-
 
23
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
24
 */
-
 
25
defined('MOODLE_INTERNAL') || die();
-
 
26
require_once($CFG->dirroot.'/cache/forms.php');
-
 
27
/**
17
/**
28
 * Form for adding a apcu instance.
18
 * Form for adding a apcu instance.
29
 *
19
 *
30
 * @copyright  2014 Sam Hemelryk
20
 * @copyright  2014 Sam Hemelryk
31
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
21
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later