Revision 469dff016e35b64c766d5f03bf2b5c59f95bf6ed
Committed on 28/10/2015 1:14 pm by
Bertrand Dunogier <bd@ez.no> [GitHub Diff]
Added CachableView interface
Views that implement it will be handled by the CacheViewResponseListener.
Cache can be disabled using setCacheEnabled().
The BaseView abstract class implements the methods (but doesn't implement
the interface, so that the abstract class can be used without implicitely
make the view Cachable.