ActiveTriples / linked-data-fragments

Basic linked data fragments endpoint.
Creative Commons Zero v1.0 Universal
15 stars 0 forks source link

Add a Backend factory method #42

Closed no-reply closed 7 years ago

no-reply commented 7 years ago

Some logic for constructing cache backends was hanging around in a controller, this moves it to a factory method on the BackendBase class. Use BackendBase.for going forward.