@@ -515,15 +515,11 @@ This adapter implements the following interfaces:
515
515
| Capability | Value |
516
516
| ----------------------| ---------------------------------------------------------------------------------------|
517
517
| ` supportedDatatypes ` | ` null ` , ` bool ` , ` int ` , ` float ` , ` string ` , ` array ` (serialized), ` object ` (serialized) |
518
- | ` minTtl ` | 1 |
519
- | ` maxTtl ` | 0 |
520
- | ` staticTtl ` | ` true ` |
521
- | ` ttlPrecision ` | 1 |
522
- | ` useRequestTime ` | value of ` apc.use_request_time ` from ` php.ini ` |
523
- | ` lockOnExpire ` | 0 |
524
- | ` maxKeyLength ` | 5182 |
518
+ | ` ttlSupported ` | ` true ` |
519
+ | ` ttlPrecision ` | ` 1 ` |
520
+ | ` usesRequestTime ` | value of ` apc.use_request_time ` INI value, disabled by default. |
521
+ | ` maxKeyLength ` | ` 5182 ` |
525
522
| ` namespaceIsPrefix ` | ` true ` |
526
- | ` namespaceSeparator ` | Option value of ` namespace_separator ` |
527
523
528
524
### Metadata
529
525
@@ -570,15 +566,11 @@ This adapter implements the following interfaces:
570
566
| Capability | Value |
571
567
| ----------------------| -------------------------------------------------------------|
572
568
| ` supportedDatatypes ` | ` null ` , ` bool ` , ` int ` , ` float ` , ` string ` , ` array ` , ` object ` |
573
- | ` minTtl ` | 1 |
574
- | ` maxTtl ` | 0 |
575
- | ` staticTtl ` | ` false ` or ` true ` , depending on ` psr ` option |
576
- | ` ttlPrecision ` | 1 |
577
- | ` useRequestTime ` | false |
578
- | ` lockOnExpire ` | 0 |
579
- | ` maxKeyLength ` | -1 |
569
+ | ` ttlSupported ` | ` true ` |
570
+ | ` ttlPrecision ` | ` 1 ` |
571
+ | ` usesRequestTime ` | ` false ` |
572
+ | ` maxKeyLength ` | unlimited as nothing will be cached anyways |
580
573
| ` namespaceIsPrefix ` | ` true ` |
581
- | ` namespaceSeparator ` | none |
582
574
583
575
## Filesystem Adapter
584
576
@@ -602,15 +594,11 @@ This adapter implements the following interfaces:
602
594
| Capability | Value |
603
595
| ----------------------| --------------------------------------------------------------------------------------------------|
604
596
| ` supportedDatatypes ` | ` string ` , ` null ` => ` string ` , ` boolean ` => ` string ` , ` integer ` => ` string ` , ` double ` => ` string ` |
605
- | ` minTtl ` | 1 |
606
- | ` maxTtl ` | 0 |
607
- | ` staticTtl ` | ` false ` |
608
- | ` ttlPrecision ` | 1 |
609
- | ` useRequestTime ` | ` false ` |
610
- | ` lockOnExpire ` | 0 |
611
- | ` maxKeyLength ` | 251 |
597
+ | ` ttlSupported ` | ` true ` |
598
+ | ` ttlPrecision ` | ` 1 ` |
599
+ | ` usesRequestTime ` | ` false ` |
600
+ | ` maxKeyLength ` | ` 251 ` |
612
601
| ` namespaceIsPrefix ` | ` true ` |
613
- | ` namespaceSeparator ` | Option value of ` namespace_separator ` |
614
602
615
603
### Metadata
616
604
@@ -661,15 +649,11 @@ This adapter implements the following interfaces:
661
649
| Capability | Value |
662
650
| ----------------------| -----------------------------------------------------------------------------------------------|
663
651
| ` supportedDatatypes ` | ` null ` , ` boolean ` , ` integer ` , ` double ` , ` string ` , ` array ` (serialized), ` object ` (serialized) |
664
- | ` minTtl ` | 1 |
665
- | ` maxTtl ` | 0 |
666
- | ` staticTtl ` | ` true ` |
667
- | ` ttlPrecision ` | 1 |
668
- | ` useRequestTime ` | ` false ` |
669
- | ` lockOnExpire ` | 0 |
670
- | ` maxKeyLength ` | 255 |
652
+ | ` ttlSupported ` | ` true ` |
653
+ | ` ttlPrecision ` | ` 1 ` |
654
+ | ` usesRequestTime ` | ` false ` |
655
+ | ` maxKeyLength ` | ` 255 ` |
671
656
| ` namespaceIsPrefix ` | ` true ` |
672
- | ` namespaceSeparator ` | none |
673
657
674
658
### Adapter Specific Options
675
659
@@ -695,15 +679,11 @@ This adapter implements the following interfaces:
695
679
| Capability | Value |
696
680
| ----------------------| -------------------------------------------------------|
697
681
| ` supportedDatatypes ` | ` string ` , ` array ` (serialized), ` object ` (serialized) |
698
- | ` minTtl ` | 1 |
699
- | ` maxTtl ` | 0 |
700
- | ` staticTtl ` | ` true ` |
701
- | ` ttlPrecision ` | 1 |
702
- | ` useRequestTime ` | ` false ` |
703
- | ` lockOnExpire ` | 0 |
704
- | ` maxKeyLength ` | 512000000 (in Redis v3+, 255 otherwise) |
682
+ | ` ttlSupported ` | ` true ` |
683
+ | ` ttlPrecision ` | ` 1 ` |
684
+ | ` usesRequestTime ` | ` false ` |
685
+ | ` maxKeyLength ` | ` 512000000 ` (in Redis v3+, ` 255 ` in older versions) |
705
686
| ` namespaceIsPrefix ` | ` true ` |
706
- | ` namespaceSeparator ` | none |
707
687
708
688
### Metadata
709
689
@@ -745,15 +725,11 @@ This adapter implements the following interfaces:
745
725
| Capability | Value |
746
726
| ----------------------| -------------------------------------------------------|
747
727
| ` supportedDatatypes ` | ` string ` , ` array ` (serialized), ` object ` (serialized) |
748
- | ` minTtl ` | 1 |
749
- | ` maxTtl ` | 0 |
750
- | ` staticTtl ` | ` true ` |
751
- | ` ttlPrecision ` | 1 |
752
- | ` useRequestTime ` | ` false ` |
753
- | ` lockOnExpire ` | 0 |
754
- | ` maxKeyLength ` | 512000000 (in Redis v3+, 255 otherwise) |
728
+ | ` ttlSupported ` | ` true ` |
729
+ | ` ttlPrecision ` | ` 1 ` |
730
+ | ` usesRequestTime ` | ` false ` |
731
+ | ` maxKeyLength ` | ` 512000000 ` (in Redis v3+, ` 255 ` in older versions) |
755
732
| ` namespaceIsPrefix ` | ` true ` |
756
- | ` namespaceSeparator ` | none |
757
733
758
734
### Metadata
759
735
@@ -796,13 +772,10 @@ This adapter implements the following interfaces:
796
772
| Capability | Value |
797
773
| ----------------------| ---------------------------------------------------------------------------------|
798
774
| ` supportedDatatypes ` | ` string ` , ` null ` , ` boolean ` , ` integer ` , ` double ` , ` array ` , ` object ` , ` resource ` |
799
- | ` minTtl ` | 1 |
800
- | ` maxTtl ` | Value of ` PHP_INT_MAX ` |
801
- | ` staticTtl ` | ` false ` |
802
- | ` ttlPrecision ` | 0.05 |
803
- | ` useRequestTime ` | ` false ` |
804
- | ` lockOnExpire ` | 0 |
805
- | ` maxKeyLength ` | 0 |
775
+ | ` ttlSupported ` | ` true ` |
776
+ | ` ttlPrecision ` | ` 0.05 ` |
777
+ | ` usesRequestTime ` | ` false ` |
778
+ | ` maxKeyLength ` | ` 0 ` |
806
779
| ` namespaceIsPrefix ` | ` false ` |
807
780
808
781
### Metadata
@@ -851,15 +824,11 @@ This adapter implements the following interfaces:
851
824
| Capability | Value |
852
825
| ----------------------| -----------------------------------------------------------|
853
826
| ` supportedDatatypes ` | ` string ` , ` null ` , ` boolean ` , ` integer ` , ` double ` , ` array ` |
854
- | ` minTtl ` | 0 |
855
- | ` maxTtl ` | 0 |
856
- | ` staticTtl ` | ` true ` |
857
- | ` ttlPrecision ` | 1 |
858
- | ` useRequestTime ` | ` false ` |
859
- | ` lockOnExpire ` | 0 |
860
- | ` maxKeyLength ` | 255 |
827
+ | ` ttlSupported ` | ` true ` |
828
+ | ` ttlPrecision ` | ` 1 ` |
829
+ | ` usesRequestTime ` | ` false ` |
830
+ | ` maxKeyLength ` | ` 255 ` |
861
831
| ` namespaceIsPrefix ` | ` true ` |
862
- | ` namespaceSeparator ` | * Option value of ` namespace_separator ` * |
863
832
864
833
### Metadata
865
834
0 commit comments