You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit this confusion at first when I'm reading BufferooDataStoreFactory and this is because the class depends on both BufferooCache and BufferooCacheDataStore, where I think it could only depends on BufferooCacheDataStore. we can access the BufferooCache instance from it, to be able to use isCached() or isExpired()
and my last question wouldn't be better to just define remote and cache requirements on DataStore interfaces and removing BufferooCache and BufferooRemote ? .. I think this will make things simpler.
what is the purpose of BufferooCache and BufferooRemote?
The text was updated successfully, but these errors were encountered:
mibrahimdev
changed the title
what is the purbose of BufferooCache and BufferooRemote?
what is the purbose of BufferooCache and BufferooRemote interfaces?
Nov 1, 2017
I hit this confusion at first when I'm reading
BufferooDataStoreFactory
and this is because the class depends on both BufferooCache andBufferooCacheDataStore
, where I think it could only depends onBufferooCacheDataStore
. we can access the BufferooCache instance from it, to be able to useisCached()
orisExpired()
and my last question wouldn't be better to just define remote and cache requirements on DataStore interfaces and removing
BufferooCache
andBufferooRemote
? .. I think this will make things simpler.what is the purpose of BufferooCache and BufferooRemote?
The text was updated successfully, but these errors were encountered: