Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115856yI would go with Clear unless you either destroy the cache or remove only specified items.
Like clear screen. -
Clear=remove every item from the cache
Remove=remove one single item
Delete=Delete the cache itself -
osx947156yHuman : Cache.Clear()
Extremist : Cache.Purge()
Micheal Bay : Cache.Explode()
Dalek : Cache.Exterminate()
asdfmovie : Cache.EveryBodyDoTheFlop()
asdfmovie2 : Cache.ILikeTrains()
Hulk : Cache.Smash()
Emoji : Cache.💀()
Related Rants
-
vergil32Who, after switching to Linux, started naming their files and folders without spaces?
-
fana-m20browsing application source, found this beauty of a method 😶
-
hypervtechnics10I wrote a complex method for about 6 hours. Then I decided to test it via a console application... It didnt p...
Which one seems more appropriate?
1. Cache.Clear();
2. Cache.Delete();
3. Cache.Remove();
question
method
naming