summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2007-02-23 14:37:25 +0000
committerxue <>2007-02-23 14:37:25 +0000
commitdd50430152f7d957d36c17dcb77a9dd07d3c5646 (patch)
tree8195087041333e4d1f58bba066ebb120be0f5edd
parent0aa6313662914dcead8adacf68bec3398c2e0dc7 (diff)
Added TDbCache.
-rw-r--r--.gitattributes2
-rw-r--r--framework/Caching/TDbCache.php (renamed from framework/Caching/TPdoCache.php)0
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 0c3585e0..35538c44 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1490,8 +1490,8 @@ framework/3rdParty/geshi/highlight.css -text
framework/3rdParty/readme.html -text
framework/Caching/TAPCCache.php -text
framework/Caching/TCache.php -text
+framework/Caching/TDbCache.php -text
framework/Caching/TMemCache.php -text
-framework/Caching/TPdoCache.php -text
framework/Caching/TSqliteCache.php -text
framework/Collections/TAttributeCollection.php -text
framework/Collections/TDummyDataSource.php -text
diff --git a/framework/Caching/TPdoCache.php b/framework/Caching/TDbCache.php
index 78fc6849..78fc6849 100644
--- a/framework/Caching/TPdoCache.php
+++ b/framework/Caching/TDbCache.php