errors/cache_error library

Classes

CacheError
Abstract class to model errors on the application. As a presset of foreseen specific errors there are some different implementations of this type. CacheError models cache errors
FailedToCacheError
FailedToCacheError models failure in the action of caching an info
FailedToUnloadError
FailedToUnloadError models failure araised from trying to delete a cached file
FileAlreadyCachedError
FileAlreadyCachedError models failure araised from trying to cache an already cached file
NotCachedError
NotCachedError models failure araised from trying retrieve a file not yet cached