Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jnosql-dev] Enable Cache to JNoSQL Artemis


The goal of this issue is to improve the query result and make it faster using a cache. The cache is load query the query to either find by ID or a query.

  • The cache must be optional
  • The cache needs to use the JCache specification
  • The entity must implement Serializable
  • When the search is by id, the cache must be feed
  • When the search is by query, the cache must be feed
  • When deletes an entity by id need to check and remove from cache
  • When there is an update/insert need to check the cache to updated
  • When a delete query runs, remove all the cache
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528047

WDYT?
--
Otávio Gonçalves de Santana

Back to the top