Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
e69034fc
Commit
e69034fc
authored
Sep 12, 2008
by
romanb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved Cache
parent
c6117f5e
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
14 deletions
+14
-14
Apc.php
lib/Doctrine/ORM/Cache/Apc.php
+2
-2
Array.php
lib/Doctrine/ORM/Cache/Array.php
+2
-2
Db.php
lib/Doctrine/ORM/Cache/Db.php
+2
-2
Driver.php
lib/Doctrine/ORM/Cache/Driver.php
+2
-2
Exception.php
lib/Doctrine/ORM/Cache/Exception.php
+2
-2
Interface.php
lib/Doctrine/ORM/Cache/Interface.php
+2
-2
Memcache.php
lib/Doctrine/ORM/Cache/Memcache.php
+2
-2
Xcache.php
lib/Doctrine/ORM/Cache/Xcache.php
+0
-0
No files found.
lib/Doctrine/Cache/Apc.php
→
lib/Doctrine/
ORM/
Cache/Apc.php
View file @
e69034fc
<?php
/*
* $Id$
* $Id
: Apc.php 4910 2008-09-12 08:51:56Z romanb
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -27,7 +27,7 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision
: 4910
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Cache_Apc
extends
Doctrine_Cache_Driver
...
...
lib/Doctrine/Cache/Array.php
→
lib/Doctrine/
ORM/
Cache/Array.php
View file @
e69034fc
<?php
/*
* $Id$
* $Id
: Array.php 4910 2008-09-12 08:51:56Z romanb
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -25,7 +25,7 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision
: 4910
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Cache_Array
implements
Doctrine_Cache_Interface
...
...
lib/Doctrine/Cache/Db.php
→
lib/Doctrine/
ORM/
Cache/Db.php
View file @
e69034fc
<?php
/*
* $Id$
* $Id
: Db.php 3931 2008-03-05 11:24:33Z romanb
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -27,7 +27,7 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision
: 3931
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Cache_Db
extends
Doctrine_Cache_Driver
implements
Countable
...
...
lib/Doctrine/Cache/Driver.php
→
lib/Doctrine/
ORM/
Cache/Driver.php
View file @
e69034fc
<?php
/*
* $Id$
* $Id
: Driver.php 4910 2008-09-12 08:51:56Z romanb
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -25,7 +25,7 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision
: 4910
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
abstract
class
Doctrine_Cache_Driver
implements
Doctrine_Cache_Interface
...
...
lib/Doctrine/Cache/Exception.php
→
lib/Doctrine/
ORM/
Cache/Exception.php
View file @
e69034fc
<?php
/*
* $Id$
* $Id
: Exception.php 3882 2008-02-22 18:11:35Z jwage
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -27,7 +27,7 @@ Doctrine::autoload('Doctrine_Exception');
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision
: 3882
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Cache_Exception
extends
Doctrine_Exception
...
...
lib/Doctrine/Cache/Interface.php
→
lib/Doctrine/
ORM/
Cache/Interface.php
View file @
e69034fc
<?php
/*
* $Id$
* $Id
: Interface.php 3931 2008-03-05 11:24:33Z romanb
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -27,7 +27,7 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision
: 3931
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
interface
Doctrine_Cache_Interface
...
...
lib/Doctrine/Cache/Memcache.php
→
lib/Doctrine/
ORM/
Cache/Memcache.php
View file @
e69034fc
<?php
/*
* $Id$
* $Id
: Memcache.php 4910 2008-09-12 08:51:56Z romanb
$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...
...
@@ -25,7 +25,7 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 1.0
* @version $Revision$
* @version $Revision
: 4910
$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class
Doctrine_Cache_Memcache
extends
Doctrine_Cache_Driver
...
...
lib/Doctrine/Cache/Xcache.php
→
lib/Doctrine/
ORM/
Cache/Xcache.php
View file @
e69034fc
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment