Easy-cache uses build-in Django cache framework by default, so you can choose what cache storage to use on every decorated function, e.g.: # Django settingsCACHES={'local_memory': {'BACKEND':'django.core.cache.backends.locmem.LocMemCache','LOCATION':'locmem','KEY_PREFIX':'custom_prefix...
Finally, EasyCache provides asynchronous/synchronous strategies to persist the cache data changes into the backend database. We design and implement EasyCache as a JDBC driver with Hazelcast as the caching layer. To evaluate our prototype, a detailed set of experiments were performed using the TPC...