You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
* Lead developer : Charles du Jeu (cdujeu): [Github](https://github.com/cdujeu) | [Twitter](https://twitter.com/Pydio)
13
14
15
+
14
16
### Getting support
15
17
16
18
Please DO NOT send emails to Charles, but use the forum located on http://pyd.io/f/ instead. Once your problem is qualified, if it's a bug, you will be asked to enter it in the GitHub issue tracker.
Copy file name to clipboardExpand all lines: core/src/core/classes/class.AJXP_Cache.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,6 @@
27
27
*/
28
28
class AJXP_Cache
29
29
{
30
-
privatestatic$instance;
31
-
32
30
protected$cacheDir;
33
31
protected$cacheId;
34
32
protected$masterFile;
@@ -39,7 +37,7 @@ class AJXP_Cache
39
37
* Create an AJXP_Cache instance
40
38
* @param string $pluginId
41
39
* @param string $filepath
42
-
* @param Function $dataCallback A function to generate the data cache. If no callback provided, will simply use the content of the master item as the cache data
40
+
* @param callable $dataCallback A function to generate the data cache. If no callback provided, will simply use the content of the master item as the cache data
43
41
* @param string $idComputerCallback A function to generate the ID of the cache. If not provided, will generate a random hash
0 commit comments