File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
caching/src/main/java/com/iluwatar/caching Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 2828 * (depending on the preferred caching policy/strategy).
2929 *
3030 * <i>App --> AppManager --> CacheStore/LRUCache/CachingPolicy --> DBManager</i>
31- * <p>
31+ * </ p>
3232 *
3333 * @see CacheStore
3434 * @See LRUCache
Original file line number Diff line number Diff line change 1212
1313/**
1414 *
15- * <p>
16- * DBManager handles the communication with the underlying data store i.e. Database. It contains the
15+ * <p>DBManager handles the communication with the underlying data store i.e. Database. It contains the
1716 * implemented methods for querying, inserting, and updating data. MongoDB was used as the database
18- * for the application.
19- * </p>
20- * <p>
21- * Developer/Tester is able to choose whether the application should use MongoDB as its underlying
17+ * for the application.</p>
18+ *
19+ * <p>Developer/Tester is able to choose whether the application should use MongoDB as its underlying
2220 * data storage (connect()) or a simple Java data structure to (temporarily) store the data/objects
23- * during runtime (createVirtualDB()).
24- * </p>
21+ * during runtime (createVirtualDB()).</p>
22+ *
2523 */
2624public class DBManager {
2725
You can’t perform that action at this time.
0 commit comments