From e69034fc25c742225ed2f7cf787db1624e9907b9 Mon Sep 17 00:00:00 2001 From: romanb Date: Fri, 12 Sep 2008 09:28:18 +0000 Subject: [PATCH] moved Cache --- lib/Doctrine/{ => ORM}/Cache/Apc.php | 4 ++-- lib/Doctrine/{ => ORM}/Cache/Array.php | 4 ++-- lib/Doctrine/{ => ORM}/Cache/Db.php | 4 ++-- lib/Doctrine/{ => ORM}/Cache/Driver.php | 4 ++-- lib/Doctrine/{ => ORM}/Cache/Exception.php | 4 ++-- lib/Doctrine/{ => ORM}/Cache/Interface.php | 4 ++-- lib/Doctrine/{ => ORM}/Cache/Memcache.php | 4 ++-- lib/Doctrine/{ => ORM}/Cache/Xcache.php | 0 8 files changed, 14 insertions(+), 14 deletions(-) rename lib/Doctrine/{ => ORM}/Cache/Apc.php (94%) rename lib/Doctrine/{ => ORM}/Cache/Array.php (94%) rename lib/Doctrine/{ => ORM}/Cache/Db.php (95%) rename lib/Doctrine/{ => ORM}/Cache/Driver.php (93%) rename lib/Doctrine/{ => ORM}/Cache/Exception.php (91%) rename lib/Doctrine/{ => ORM}/Cache/Interface.php (94%) rename lib/Doctrine/{ => ORM}/Cache/Memcache.php (95%) rename lib/Doctrine/{ => ORM}/Cache/Xcache.php (100%) diff --git a/lib/Doctrine/Cache/Apc.php b/lib/Doctrine/ORM/Cache/Apc.php similarity index 94% rename from lib/Doctrine/Cache/Apc.php rename to lib/Doctrine/ORM/Cache/Apc.php index 49bbe8cc3..fcee4b724 100644 --- a/lib/Doctrine/Cache/Apc.php +++ b/lib/Doctrine/ORM/Cache/Apc.php @@ -1,6 +1,6 @@ */ class Doctrine_Cache_Apc extends Doctrine_Cache_Driver diff --git a/lib/Doctrine/Cache/Array.php b/lib/Doctrine/ORM/Cache/Array.php similarity index 94% rename from lib/Doctrine/Cache/Array.php rename to lib/Doctrine/ORM/Cache/Array.php index 3cec54cad..8d61e1fde 100644 --- a/lib/Doctrine/Cache/Array.php +++ b/lib/Doctrine/ORM/Cache/Array.php @@ -1,6 +1,6 @@ */ class Doctrine_Cache_Array implements Doctrine_Cache_Interface diff --git a/lib/Doctrine/Cache/Db.php b/lib/Doctrine/ORM/Cache/Db.php similarity index 95% rename from lib/Doctrine/Cache/Db.php rename to lib/Doctrine/ORM/Cache/Db.php index a6ae1d877..bd5bd5352 100644 --- a/lib/Doctrine/Cache/Db.php +++ b/lib/Doctrine/ORM/Cache/Db.php @@ -1,6 +1,6 @@ */ class Doctrine_Cache_Db extends Doctrine_Cache_Driver implements Countable diff --git a/lib/Doctrine/Cache/Driver.php b/lib/Doctrine/ORM/Cache/Driver.php similarity index 93% rename from lib/Doctrine/Cache/Driver.php rename to lib/Doctrine/ORM/Cache/Driver.php index fff7b6a2d..99038fa72 100644 --- a/lib/Doctrine/Cache/Driver.php +++ b/lib/Doctrine/ORM/Cache/Driver.php @@ -1,6 +1,6 @@ */ abstract class Doctrine_Cache_Driver implements Doctrine_Cache_Interface diff --git a/lib/Doctrine/Cache/Exception.php b/lib/Doctrine/ORM/Cache/Exception.php similarity index 91% rename from lib/Doctrine/Cache/Exception.php rename to lib/Doctrine/ORM/Cache/Exception.php index 71c4ec1bf..7ba86d28d 100644 --- a/lib/Doctrine/Cache/Exception.php +++ b/lib/Doctrine/ORM/Cache/Exception.php @@ -1,6 +1,6 @@ */ class Doctrine_Cache_Exception extends Doctrine_Exception diff --git a/lib/Doctrine/Cache/Interface.php b/lib/Doctrine/ORM/Cache/Interface.php similarity index 94% rename from lib/Doctrine/Cache/Interface.php rename to lib/Doctrine/ORM/Cache/Interface.php index 25eb21905..ef608d0b7 100644 --- a/lib/Doctrine/Cache/Interface.php +++ b/lib/Doctrine/ORM/Cache/Interface.php @@ -1,6 +1,6 @@ */ interface Doctrine_Cache_Interface diff --git a/lib/Doctrine/Cache/Memcache.php b/lib/Doctrine/ORM/Cache/Memcache.php similarity index 95% rename from lib/Doctrine/Cache/Memcache.php rename to lib/Doctrine/ORM/Cache/Memcache.php index 1a03980f1..0b1da74f0 100644 --- a/lib/Doctrine/Cache/Memcache.php +++ b/lib/Doctrine/ORM/Cache/Memcache.php @@ -1,6 +1,6 @@ */ class Doctrine_Cache_Memcache extends Doctrine_Cache_Driver diff --git a/lib/Doctrine/Cache/Xcache.php b/lib/Doctrine/ORM/Cache/Xcache.php similarity index 100% rename from lib/Doctrine/Cache/Xcache.php rename to lib/Doctrine/ORM/Cache/Xcache.php