b5353050db74d0bbd0b7c1f255cac6c51e342ed4
Author: Joel Perras
Date: 2009-03-09 18:35:21 -0400
diff --git a/cache_app_controller.php b/cache_app_controller.php
new file mode 100644
index 0000000..23fca6b
--- /dev/null
+++ b/cache_app_controller.php
@@ -0,0 +1,7 @@
+<?php
+
+class CacheAppController extends AppController {
+
+}
+
+?>
\ No newline at end of file
diff --git a/cache_app_model.php b/cache_app_model.php
new file mode 100644
index 0000000..dd75045
--- /dev/null
+++ b/cache_app_model.php
@@ -0,0 +1,7 @@
+<?php
+
+class CacheAppModel extends AppModel {
+
+}
+
+?>
\ No newline at end of file
diff --git a/vendors/shells/tasks/empty b/vendors/shells/tasks/empty
new file mode 100644
index 0000000..e69de29
