hyperoslo / Cache

:package: Nothing but Cache.
Other
2.97k stars 334 forks source link

Auto clip the string with minus sign with before substring #263

Closed Howeix closed 4 years ago

Howeix commented 4 years ago

I found it will be auto clip the string with minus sign, such like raw data is "home-person-name", after cache when you get this cached data , it will became "name" and clip the string before "-" with "-" automatically, could you please help to check the reason?