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 see the request for Cache to be an interface has been discussed before and closed since there is no real use case.
We make use of web service calls from an Apache Spark distributed processing environment and front it with a cache that's backed by HBase. As we're likely to tidy this area up in our own code, it would be nice if we could do an HBaseCache implementation to pass in. Before we go down the route of Interceptors, is there any interest in Cache becoming an interface, please?
Thank you
The text was updated successfully, but these errors were encountered:
This is more akin to an object store than an FS, so things like symlinks, creating directories, recursive listing etc wouldn't map over. Ideal to me would be a cache interface that had only the minimal init, get, put, delete (or so), with the implementor choosing how that was stored. Thank you for looking.
Hi folks
I see the request for Cache to be an interface has been discussed before and closed since there is no real use case.
We make use of web service calls from an Apache Spark distributed processing environment and front it with a cache that's backed by HBase. As we're likely to tidy this area up in our own code, it would be nice if we could do an HBaseCache implementation to pass in. Before we go down the route of Interceptors, is there any interest in Cache becoming an interface, please?
Thank you
The text was updated successfully, but these errors were encountered: