datacrypt-project / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
1.19k stars 64 forks source link

Define the storage middleware pattern #9

Open dgrnbrg opened 8 years ago

dgrnbrg commented 8 years ago

We need to have standard examples of a storage middleware, which we'll use to add things like caching, encryption, and compression.

We'll define a simple cache middleware as a reference for more sophisticated ones.