I would like to know what is max length for cache id (backend File or TwoLevels) , can’t find this anywhere in docs or source code.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no reason for the API to force a limit. It’s as big as a PHP string can be, and the length of PHP strings are only limited by the memory of the server.