I want to check if a resource has already been cached. Maybe we can have a has method or a getMeta method that only returns the metadata without the binary file? Also, we need a method to refresh a cache i.e. to update the expire tag of the resource.
Other questions:
- What will happen when the
size limit is reached?
- What will happen when the
count limit is reached?
- Is it possible to use unlimited
size and count?
I want to check if a resource has already been cached. Maybe we can have a
hasmethod or agetMetamethod that only returns the metadata without the binary file? Also, we need a method to refresh a cache i.e. to update theexpiretag of the resource.Other questions:
sizelimit is reached?countlimit is reached?sizeandcount?