Closed asgrim closed 7 years ago
We should enforce only one cache type (BrowscapCacheInterface) rather than allowing different types, leave it up to type system to complain about incompatible types, but provide a way to factory those easily , e.g. in #192
BrowscapCacheInterface
Also applies to BrowscapUpdater::setCache
BrowscapUpdater::setCache
This relates also to #174.
Yep
We should enforce only one cache type (
BrowscapCacheInterface
) rather than allowing different types, leave it up to type system to complain about incompatible types, but provide a way to factory those easily , e.g. in #192