Page MenuHomePhabricator

D16755.diff
No OneTemporary

D16755.diff

diff --git a/src/symbols/PhutilClassMapQuery.php b/src/symbols/PhutilClassMapQuery.php
--- a/src/symbols/PhutilClassMapQuery.php
+++ b/src/symbols/PhutilClassMapQuery.php
@@ -184,6 +184,17 @@
/**
+ * Delete all class map caches.
+ *
+ * @return void
+ * @task exec
+ */
+ public static function deleteCaches() {
+ self::$cache = array();
+ }
+
+
+ /**
* Generate the core query results.
*
* This method is used to fill the cache.

File Metadata

Mime Type
text/plain
Expires
Mon, May 13, 9:18 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6277116
Default Alt Text
D16755.diff (466 B)

Event Timeline