Subversion Repositories Applications.framework

Rev

Rev 464 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
464 jpm 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
	<meta name="generator" content="ApiGen 2.8.0">
6
 
465 jpm 7
	<title>Class CacheSqlite</title>
464 jpm 8
 
9
	<script type="text/javascript" src="resources/combined.js?4205936287"></script>
465 jpm 10
	<script type="text/javascript" src="elementlist.js?4111837732"></script>
464 jpm 11
	<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360">
12
 
13
</head>
14
 
15
<body>
16
<div id="left">
17
	<div id="menu">
18
		<a href="index.html" title="Overview"><span>Overview</span></a>
19
 
20
 
21
		<div id="groups">
22
			<h3>Packages</h3>
23
			<ul>
24
				<li><a href="package-Framework.html">Framework</a>
25
						</li>
26
				<li class="active"><a href="package-None.html">None</a>
27
						</li>
28
				<li><a href="package-PHP.html">PHP</a>
29
						</li>
30
				<li><a href="package-Utilitaire.html">Utilitaire</a>
31
						</li>
32
			</ul>
33
		</div>
34
 
35
		<hr>
36
 
37
 
38
		<div id="elements">
39
			<h3>Classes</h3>
40
			<ul>
41
				<li><a href="class-CacheFichier.html">CacheFichier</a></li>
42
				<li class="active"><a href="class-CacheSqlite.html">CacheSqlite</a></li>
43
			</ul>
44
 
45
 
46
 
47
 
48
 
49
		</div>
50
	</div>
51
</div>
52
 
53
<div id="splitter"></div>
54
 
55
<div id="right">
56
<div id="rightInner">
57
	<form id="search">
58
		<input type="hidden" name="cx" value="">
59
		<input type="hidden" name="ie" value="UTF-8">
60
		<input type="text" name="q" class="text">
61
		<input type="submit" value="Search">
62
	</form>
63
 
64
	<div id="navigation">
65
		<ul>
66
			<li>
67
				<a href="index.html" title="Overview"><span>Overview</span></a>
68
			</li>
69
			<li>
70
				<a href="package-None.html" title="Summary of None"><span>Package</span></a>
71
			</li>
72
			<li class="active">
73
<span>Class</span>			</li>
74
		</ul>
75
		<ul>
76
			<li>
77
				<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
78
			</li>
79
			<li>
80
				<a href="deprecated.html" title="List of deprecated elements"><span>Deprecated</span></a>
81
			</li>
82
			<li>
83
				<a href="todo.html" title="Todo list"><span>Todo</span></a>
84
			</li>
85
		</ul>
86
		<ul>
87
		</ul>
88
	</div>
89
 
90
<div id="content" class="class">
91
	<h1>Class CacheSqlite</h1>
92
 
93
 
94
 
95
 
96
 
97
 
98
 
99
 
100
 
101
 
102
 
103
	<div class="info">
104
 
105
 
106
 
107
 
108
 
465 jpm 109
		<b>Located at</b> <a href="source-class-CacheSqlite.html#2-616" title="Go to source code">CacheSqlite.php</a><br>
464 jpm 110
	</div>
111
 
112
 
113
 
114
	<table class="summary" id="methods">
115
	<caption>Methods summary</caption>
116
	<tr data-order="__construct" id="___construct">
117
 
118
		<td class="attributes"><code>
119
			 public
120
 
121
 
122
			</code>
123
		</td>
124
 
125
		<td class="name"><div>
126
		<a class="anchor" href="#___construct">#</a>
127
		<code><a href="source-class-CacheSqlite.html#41-57" title="Go to source code">__construct</a>( <span>array <var>$options</var> = <span class="php-keyword1">array</span>()</span>, <span><code><a href="class-Cache.html">Cache</a></code> <var>$cache</var></span> )</code>
128
 
129
		<div class="description short">
130
 
131
<p>Constructor</p>
132
 
133
		</div>
134
 
135
		<div class="description detailed hidden">
136
 
137
<p>Constructor</p>
138
 
139
 
140
 
141
				<h4>Parameters</h4>
142
				<div class="list"><dl>
143
					<dt><var>$options</var></dt>
144
					<dd><code>array</code><br>$options Associative array of options</dd>
145
					<dt><var>$cache</var></dt>
146
					<dd></dd>
147
				</dl></div>
148
 
149
 
150
				<h4>Throws</h4>
151
				<div class="list">
152
					<code>Zend_cache_Exception</code><br>
153
				</div>
154
 
155
 
156
 
157
		</div>
158
		</div></td>
159
	</tr>
160
	<tr data-order="__destruct" id="___destruct">
161
 
162
		<td class="attributes"><code>
163
			 public
164
 
165
 
166
			</code>
167
		</td>
168
 
169
		<td class="name"><div>
170
		<a class="anchor" href="#___destruct">#</a>
171
		<code><a href="source-class-CacheSqlite.html#67-74" title="Go to source code">__destruct</a>( )</code>
172
 
173
		<div class="description short">
174
 
175
<p>Destructor</p>
176
 
177
		</div>
178
 
179
		<div class="description detailed hidden">
180
 
181
<p>Destructor</p>
182
 
183
 
184
 
185
 
186
 
187
 
188
 
189
 
190
		</div>
191
		</div></td>
192
	</tr>
193
	<tr data-order="setEmplacement" id="_setEmplacement">
194
 
195
		<td class="attributes"><code>
196
			 public
197
 
198
 
199
			</code>
200
		</td>
201
 
202
		<td class="name"><div>
203
		<a class="anchor" href="#_setEmplacement">#</a>
204
		<code><a href="source-class-CacheSqlite.html#88-95" title="Go to source code">setEmplacement</a>( <span>mixed <var>$emplacement</var></span> )</code>
205
 
206
		<div class="description short">
207
 
208
		</div>
209
 
210
		<div class="description detailed hidden">
211
 
212
 
213
 
214
 
215
 
216
 
217
 
218
 
219
		</div>
220
		</div></td>
221
	</tr>
222
	<tr data-order="charger" id="_charger">
223
 
224
		<td class="attributes"><code>
225
			 public
226
			string|false
227
 
228
			</code>
229
		</td>
230
 
231
		<td class="name"><div>
232
		<a class="anchor" href="#_charger">#</a>
233
		<code><a href="source-class-CacheSqlite.html#97-111" title="Go to source code">charger</a>( <span>string <var>$id</var></span>, <span>boolean <var>$ne_pas_tester_validiter_du_cache</var> = <span class="php-keyword1">false</span></span> )</code>
234
 
235
		<div class="description short">
236
 
237
<p>Test if a cache is available for the given id and (if yes) return it (false
238
else)</p>
239
 
240
		</div>
241
 
242
		<div class="description detailed hidden">
243
 
244
<p>Test if a cache is available for the given id and (if yes) return it (false
245
else)</p>
246
 
247
 
248
 
249
				<h4>Parameters</h4>
250
				<div class="list"><dl>
251
					<dt><var>$id</var></dt>
252
					<dd><code>string</code><br>$id Cache id</dd>
253
					<dt><var>$ne_pas_tester_validiter_du_cache</var></dt>
254
					<dd><code>boolean</code><br>$doNotTestCacheValidity If set to true, the cache validity won't be tested</dd>
255
				</dl></div>
256
 
257
				<h4>Returns</h4>
258
				<div class="list">
259
					<code>string|false</code><br>Cached datas<br>
260
				</div>
261
 
262
 
263
 
264
 
265
		</div>
266
		</div></td>
267
	</tr>
268
	<tr data-order="tester" id="_tester">
269
 
270
		<td class="attributes"><code>
271
			 public
272
			mixed|false
273
 
274
			</code>
275
		</td>
276
 
277
		<td class="name"><div>
278
		<a class="anchor" href="#_tester">#</a>
279
		<code><a href="source-class-CacheSqlite.html#113-125" title="Go to source code">tester</a>( <span>string <var>$id</var></span> )</code>
280
 
281
		<div class="description short">
282
 
283
<p>Test if a cache is available or not (for the given id)</p>
284
 
285
		</div>
286
 
287
		<div class="description detailed hidden">
288
 
289
<p>Test if a cache is available or not (for the given id)</p>
290
 
291
 
292
 
293
				<h4>Parameters</h4>
294
				<div class="list"><dl>
295
					<dt><var>$id</var></dt>
296
					<dd><code>string</code><br>$id Cache id</dd>
297
				</dl></div>
298
 
299
				<h4>Returns</h4>
300
				<div class="list">
301
					<code>mixed|false</code><br>(a cache is not available) or "last modified" timestamp (int) of the available
302
cache record<br>
303
				</div>
304
 
305
 
306
 
307
 
308
		</div>
309
		</div></td>
310
	</tr>
311
	<tr data-order="sauver" id="_sauver">
312
 
313
		<td class="attributes"><code>
314
			 public
315
			boolean
316
 
317
			</code>
318
		</td>
319
 
320
		<td class="name"><div>
321
		<a class="anchor" href="#_sauver">#</a>
322
		<code><a href="source-class-CacheSqlite.html#127-162" title="Go to source code">sauver</a>( <span>string <var>$donnees</var></span>, <span>string <var>$id</var></span>, <span>array <var>$tags</var> = <span class="php-keyword1">array</span>()</span>, <span>integer <var>$duree_vie_specifique</var> = <span class="php-keyword1">false</span></span> )</code>
323
 
324
		<div class="description short">
325
 
326
<p>Save some string datas into a cache record</p>
327
 
328
		</div>
329
 
330
		<div class="description detailed hidden">
331
 
332
<p>Save some string datas into a cache record</p>
333
 
334
<p>Note : $data is always "string" (serialization is done by the core not by the
335
backend)</p>
336
 
337
 
338
 
339
				<h4>Parameters</h4>
340
				<div class="list"><dl>
341
					<dt><var>$donnees</var></dt>
342
					<dd><code>string</code><br>$data Datas to cache</dd>
343
					<dt><var>$id</var></dt>
344
					<dd><code>string</code><br>$id Cache id</dd>
345
					<dt><var>$tags</var></dt>
346
					<dd><code>array</code><br>$tags Array of strings, the cache record will be tagged by each string entry</dd>
347
					<dt><var>$duree_vie_specifique</var></dt>
348
					<dd><code>integer</code><br>$specificLifetime If != false, set a specific lifetime for this cache record
349
(null =&gt; infinite lifetime)</dd>
350
				</dl></div>
351
 
352
				<h4>Returns</h4>
353
				<div class="list">
354
					<code>boolean</code><br>True if no problem<br>
355
				</div>
356
 
357
				<h4>Throws</h4>
358
				<div class="list">
359
					<code>Zend_Cache_Exception</code><br>
360
				</div>
361
 
362
 
363
 
364
		</div>
365
		</div></td>
366
	</tr>
367
	<tr data-order="supprimer" id="_supprimer">
368
 
369
		<td class="attributes"><code>
370
			 public
371
			boolean
372
 
373
			</code>
374
		</td>
375
 
376
		<td class="name"><div>
377
		<a class="anchor" href="#_supprimer">#</a>
378
		<code><a href="source-class-CacheSqlite.html#164-178" title="Go to source code">supprimer</a>( <span>string <var>$id</var></span> )</code>
379
 
380
		<div class="description short">
381
 
382
<p>Remove a cache record</p>
383
 
384
		</div>
385
 
386
		<div class="description detailed hidden">
387
 
388
<p>Remove a cache record</p>
389
 
390
 
391
 
392
				<h4>Parameters</h4>
393
				<div class="list"><dl>
394
					<dt><var>$id</var></dt>
395
					<dd><code>string</code><br>$id Cache id</dd>
396
				</dl></div>
397
 
398
				<h4>Returns</h4>
399
				<div class="list">
400
					<code>boolean</code><br>True if no problem<br>
401
				</div>
402
 
403
 
404
 
405
 
406
		</div>
407
		</div></td>
408
	</tr>
409
	<tr data-order="nettoyer" id="_nettoyer">
410
 
411
		<td class="attributes"><code>
412
			 public
413
			boolean
414
 
415
			</code>
416
		</td>
417
 
418
		<td class="name"><div>
419
		<a class="anchor" href="#_nettoyer">#</a>
420
		<code><a href="source-class-CacheSqlite.html#180-202" title="Go to source code">nettoyer</a>( <span>string <var>$mode</var> = <code><a href="class-Cache.html#NETTOYAGE_MODE_TOUS">Cache::<b>NETTOYAGE_MODE_TOUS</b></a></code></span>, <span>array <var>$tags</var> = <span class="php-keyword1">array</span>()</span> )</code>
421
 
422
		<div class="description short">
423
 
424
<p>Clean some cache records</p>
425
 
426
		</div>
427
 
428
		<div class="description detailed hidden">
429
 
430
<p>Clean some cache records</p>
431
 
432
<p>Available modes are : Zend_Cache::CLEANING_MODE_ALL (default) =&gt; remove
433
all cache entries ($tags is not used) Zend_Cache::CLEANING_MODE_OLD =&gt; remove
434
too old cache entries ($tags is not used) Zend_Cache::CLEANING_MODE_MATCHING_TAG
435
=&gt; remove cache entries matching all given tags ($tags can be an array of
436
strings or a single string) Zend_Cache::CLEANING_MODE_NOT_MATCHING_TAG =&gt;
437
remove cache entries not {matching one of the given tags} ($tags can be an array
438
of strings or a single string) Zend_Cache::CLEANING_MODE_MATCHING_ANY_TAG =&gt;
439
remove cache entries matching any given tags ($tags can be an array of strings
440
or a single string)</p>
441
 
442
 
443
 
444
				<h4>Parameters</h4>
445
				<div class="list"><dl>
446
					<dt><var>$mode</var></dt>
447
					<dd><code>string</code><br>$mode Clean mode</dd>
448
					<dt><var>$tags</var></dt>
449
					<dd><code>array</code><br>$tags Array of tags</dd>
450
				</dl></div>
451
 
452
				<h4>Returns</h4>
453
				<div class="list">
454
					<code>boolean</code><br>True if no problem<br>
455
				</div>
456
 
457
 
458
 
459
 
460
		</div>
461
		</div></td>
462
	</tr>
463
	<tr data-order="getIds" id="_getIds">
464
 
465
		<td class="attributes"><code>
466
			 public
467
			array
468
 
469
			</code>
470
		</td>
471
 
472
		<td class="name"><div>
473
		<a class="anchor" href="#_getIds">#</a>
474
		<code><a href="source-class-CacheSqlite.html#204-217" title="Go to source code">getIds</a>( )</code>
475
 
476
		<div class="description short">
477
 
478
<p>Return an array of stored cache ids</p>
479
 
480
		</div>
481
 
482
		<div class="description detailed hidden">
483
 
484
<p>Return an array of stored cache ids</p>
485
 
486
 
487
 
488
 
489
				<h4>Returns</h4>
490
				<div class="list">
491
					<code>array</code><br>array of stored cache ids (string)<br>
492
				</div>
493
 
494
 
495
 
496
 
497
		</div>
498
		</div></td>
499
	</tr>
500
	<tr data-order="getTags" id="_getTags">
501
 
502
		<td class="attributes"><code>
503
			 public
504
			array
505
 
506
			</code>
507
		</td>
508
 
509
		<td class="name"><div>
510
		<a class="anchor" href="#_getTags">#</a>
511
		<code><a href="source-class-CacheSqlite.html#219-232" title="Go to source code">getTags</a>( )</code>
512
 
513
		<div class="description short">
514
 
515
<p>Return an array of stored tags</p>
516
 
517
		</div>
518
 
519
		<div class="description detailed hidden">
520
 
521
<p>Return an array of stored tags</p>
522
 
523
 
524
 
525
 
526
				<h4>Returns</h4>
527
				<div class="list">
528
					<code>array</code><br>array of stored tags (string)<br>
529
				</div>
530
 
531
 
532
 
533
 
534
		</div>
535
		</div></td>
536
	</tr>
537
	<tr data-order="getIdsAvecLesTags" id="_getIdsAvecLesTags">
538
 
539
		<td class="attributes"><code>
540
			 public
541
			array
542
 
543
			</code>
544
		</td>
545
 
546
		<td class="name"><div>
547
		<a class="anchor" href="#_getIdsAvecLesTags">#</a>
548
		<code><a href="source-class-CacheSqlite.html#234-270" title="Go to source code">getIdsAvecLesTags</a>( <span>array <var>$tags</var> = <span class="php-keyword1">array</span>()</span> )</code>
549
 
550
		<div class="description short">
551
 
552
<p>Return an array of stored cache ids which match given tags</p>
553
 
554
		</div>
555
 
556
		<div class="description detailed hidden">
557
 
558
<p>Return an array of stored cache ids which match given tags</p>
559
 
560
<p>In case of multiple tags, a logical AND is made between tags</p>
561
 
562
 
563
 
564
				<h4>Parameters</h4>
565
				<div class="list"><dl>
566
					<dt><var>$tags</var></dt>
567
					<dd><code>array</code><br>$tags array of tags</dd>
568
				</dl></div>
569
 
570
				<h4>Returns</h4>
571
				<div class="list">
572
					<code>array</code><br>array of matching cache ids (string)<br>
573
				</div>
574
 
575
 
576
 
577
 
578
		</div>
579
		</div></td>
580
	</tr>
581
	<tr data-order="getIdsSansLesTags" id="_getIdsSansLesTags">
582
 
583
		<td class="attributes"><code>
584
			 public
585
			array
586
 
587
			</code>
588
		</td>
589
 
590
		<td class="name"><div>
591
		<a class="anchor" href="#_getIdsSansLesTags">#</a>
592
		<code><a href="source-class-CacheSqlite.html#272-302" title="Go to source code">getIdsSansLesTags</a>( <span>array <var>$tags</var> = <span class="php-keyword1">array</span>()</span> )</code>
593
 
594
		<div class="description short">
595
 
596
<p>Return an array of stored cache ids which don't match given tags</p>
597
 
598
		</div>
599
 
600
		<div class="description detailed hidden">
601
 
602
<p>Return an array of stored cache ids which don't match given tags</p>
603
 
604
<p>In case of multiple tags, a logical OR is made between tags</p>
605
 
606
 
607
 
608
				<h4>Parameters</h4>
609
				<div class="list"><dl>
610
					<dt><var>$tags</var></dt>
611
					<dd><code>array</code><br>$tags array of tags</dd>
612
				</dl></div>
613
 
614
				<h4>Returns</h4>
615
				<div class="list">
616
					<code>array</code><br>array of not matching cache ids (string)<br>
617
				</div>
618
 
619
 
620
 
621
 
622
		</div>
623
		</div></td>
624
	</tr>
625
	<tr data-order="getIdsAvecUnTag" id="_getIdsAvecUnTag">
626
 
627
		<td class="attributes"><code>
628
			 public
629
			array
630
 
631
			</code>
632
		</td>
633
 
634
		<td class="name"><div>
635
		<a class="anchor" href="#_getIdsAvecUnTag">#</a>
636
		<code><a href="source-class-CacheSqlite.html#304-340" title="Go to source code">getIdsAvecUnTag</a>( <span>array <var>$tags</var> = <span class="php-keyword1">array</span>()</span> )</code>
637
 
638
		<div class="description short">
639
 
640
<p>Return an array of stored cache ids which match any given tags</p>
641
 
642
		</div>
643
 
644
		<div class="description detailed hidden">
645
 
646
<p>Return an array of stored cache ids which match any given tags</p>
647
 
648
<p>In case of multiple tags, a logical AND is made between tags</p>
649
 
650
 
651
 
652
				<h4>Parameters</h4>
653
				<div class="list"><dl>
654
					<dt><var>$tags</var></dt>
655
					<dd><code>array</code><br>$tags array of tags</dd>
656
				</dl></div>
657
 
658
				<h4>Returns</h4>
659
				<div class="list">
660
					<code>array</code><br>array of any matching cache ids (string)<br>
661
				</div>
662
 
663
 
664
 
665
 
666
		</div>
667
		</div></td>
668
	</tr>
669
	<tr data-order="getPourcentageRemplissage" id="_getPourcentageRemplissage">
670
 
671
		<td class="attributes"><code>
672
			 public
673
			integer
674
 
675
			</code>
676
		</td>
677
 
678
		<td class="name"><div>
679
		<a class="anchor" href="#_getPourcentageRemplissage">#</a>
680
		<code><a href="source-class-CacheSqlite.html#342-360" title="Go to source code">getPourcentageRemplissage</a>( )</code>
681
 
682
		<div class="description short">
683
 
684
<p>Return the filling percentage of the backend storage</p>
685
 
686
		</div>
687
 
688
		<div class="description detailed hidden">
689
 
690
<p>Return the filling percentage of the backend storage</p>
691
 
692
 
693
 
694
 
695
				<h4>Returns</h4>
696
				<div class="list">
697
					<code>integer</code><br>integer between 0 and 100<br>
698
				</div>
699
 
700
				<h4>Throws</h4>
701
				<div class="list">
702
					<code>Zend_Cache_Exception</code><br>
703
				</div>
704
 
705
 
706
 
707
		</div>
708
		</div></td>
709
	</tr>
710
	<tr data-order="getMetadonnees" id="_getMetadonnees">
711
 
712
		<td class="attributes"><code>
713
			 public
714
			array
715
 
716
			</code>
717
		</td>
718
 
719
		<td class="name"><div>
720
		<a class="anchor" href="#_getMetadonnees">#</a>
721
		<code><a href="source-class-CacheSqlite.html#362-394" title="Go to source code">getMetadonnees</a>( <span>string <var>$id</var></span> )</code>
722
 
723
		<div class="description short">
724
 
725
<p>Return an array of metadatas for the given cache id</p>
726
 
727
		</div>
728
 
729
		<div class="description detailed hidden">
730
 
731
<p>Return an array of metadatas for the given cache id</p>
732
 
733
<p>The array must include these keys :</p>
734
 
735
<ul>
736
	<li>expire : the expire timestamp</li>
737
 
738
	<li>tags : a string array of tags</li>
739
 
740
	<li>mtime : timestamp of last modification time</li>
741
</ul>
742
 
743
 
744
 
745
				<h4>Parameters</h4>
746
				<div class="list"><dl>
747
					<dt><var>$id</var></dt>
748
					<dd><code>string</code><br>$id cache id</dd>
749
				</dl></div>
750
 
751
				<h4>Returns</h4>
752
				<div class="list">
753
					<code>array</code><br>array of metadatas (false if the cache id is not found)<br>
754
				</div>
755
 
756
 
757
 
758
 
759
		</div>
760
		</div></td>
761
	</tr>
762
	<tr data-order="ajouterSupplementDureeDeVie" id="_ajouterSupplementDureeDeVie">
763
 
764
		<td class="attributes"><code>
765
			 public
766
			boolean
767
 
768
			</code>
769
		</td>
770
 
771
		<td class="name"><div>
772
		<a class="anchor" href="#_ajouterSupplementDureeDeVie">#</a>
773
		<code><a href="source-class-CacheSqlite.html#396-415" title="Go to source code">ajouterSupplementDureeDeVie</a>( <span>string <var>$id</var></span>, <span>integer <var>$supplement_duree_de_vie</var></span> )</code>
774
 
775
		<div class="description short">
776
 
777
<p>Give (if possible) an extra lifetime to the given cache id</p>
778
 
779
		</div>
780
 
781
		<div class="description detailed hidden">
782
 
783
<p>Give (if possible) an extra lifetime to the given cache id</p>
784
 
785
 
786
 
787
				<h4>Parameters</h4>
788
				<div class="list"><dl>
789
					<dt><var>$id</var></dt>
790
					<dd><code>string</code><br>$id cache id</dd>
791
					<dt><var>$supplement_duree_de_vie</var></dt>
792
					<dd><code>integer</code><br>$extraLifetime</dd>
793
				</dl></div>
794
 
795
				<h4>Returns</h4>
796
				<div class="list">
797
					<code>boolean</code><br>true if ok<br>
798
				</div>
799
 
800
 
801
 
802
 
803
		</div>
804
		</div></td>
805
	</tr>
806
	</table>
807
 
808
 
809
 
810
 
811
 
812
 
813
 
814
 
815
 
816
 
817
 
818
 
819
	<table class="summary" id="properties">
820
	<caption>Properties summary</caption>
821
	<tr data-order="options" id="$options">
822
		<td class="attributes"><code>
823
			protected
824
			array
825
		</code></td>
826
 
827
		<td class="name">
828
				<a href="source-class-CacheSqlite.html#3-23" title="Go to source code"><var>$options</var></a>
829
		</td>
830
		<td class="value"><code><span class="php-keyword1">array</span>(
831
	<span class="php-quote">'stockage_chemin'</span> =&gt; <span class="php-keyword1">null</span>,
832
	<span class="php-quote">'defragmentation_auto'</span> =&gt; <span class="php-num">10</span>
833
)</code></td>
834
		<td class="description"><div>
835
			<a href="#$options" class="anchor">#</a>
836
 
837
			<div class="description short">
838
 
839
<p>Options disponibles :</p>
840
 
841
			</div>
842
 
843
			<div class="description detailed hidden">
844
 
845
<p>Options disponibles :</p>
846
 
847
<h1>&gt; (string) stockage_chemin :</h1>
848
 
849
<p>Chemin vers le fichier contenant la base SQLite.</p>
850
 
851
<h1>&gt; (int) defragmentation_auto :</h1>
852
 
853
<ul>
854
	<li>Désactive / Régler le processus de défragmentation automatique</li>
855
 
856
	<li>Le processus de défragmentation automatiques réduit la taille du fichier
857
	contenant la base de données quand un ajout ou une suppression de cache est
858
	réalisée : 0 =&gt; pas de défragmentation automatique 1 =&gt;
859
	défragmentation automatique systématique x (integer) &gt; 1 =&gt;
860
	défragmentation automatique toutes les 1 fois (au hasard) sur x ajout ou
861
	suppression de cache</li>
862
</ul>
863
 
864
 
865
			</div>
866
		</div></td>
867
	</tr>
868
	</table>
869
 
870
 
871
 
872
 
873
 
874
 
875
</div>
876
 
877
	<div id="footer">
465 jpm 878
		 API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
464 jpm 879
	</div>
880
</div>
881
</div>
882
</body>
883
</html>