What is the maximum size of the CacheService ?
I know the maximum time something can be stored in cache is 21600 seconds, but I can\'t find how large the sizes of th
the documentation does not say how large the cache is.
Even in appengine when using a non-dedicated cache, you dont know how much you will get.
you can do a lot with whats available. Use the expiration time, and use my answer to the question you linked (How to flush the cache) for a way to "force-expire" individial cached elements. Seems that what you primarily want is to expire them all at once, and the linked answer says how to do it.