summaryrefslogtreecommitdiffstats
path: root/system/database/DB_cache.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-02 08:46:16 +0200
committeradmin <devnull@localhost>2006-10-02 08:46:16 +0200
commite8f6eb62a0600daf5b192746e1eed3e81516bc92 (patch)
tree0f2c39dda00a4adf6d01a596ce977962b2c2a12a /system/database/DB_cache.php
parent3cad41e56fe4edc057cf6a84952a343686376429 (diff)
Diffstat (limited to 'system/database/DB_cache.php')
-rw-r--r--system/database/DB_cache.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php
index 086958d3d..4721f32c3 100644
--- a/system/database/DB_cache.php
+++ b/system/database/DB_cache.php
@@ -39,6 +39,38 @@ class CI_DB_cache {
// --------------------------------------------------------------------
+
+ function cache_exists($sql)
+ {
+
+
+ }
+
+
+ function get_cache($sql)
+ {
+
+
+ }
+
+
+ function delete_cache()
+ {
+
+ }
+
+
+ function delete_all_caches()
+ {
+
+
+ }
+
+
+
+
+
+
}
?> \ No newline at end of file