Skip to content

Commit f42d2d3

Browse files
authored
Update README.md
1 parent b32b9fa commit f42d2d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# cache_python
22
==============================
3-
43
Implemented a cache that on start-up would load data from a file into the cache. The cache would have an initial size of 20 elements and upon reaching its limit, to add any new element it would remove the least recently accessed element. On shutdown it should store the cached data back to the file. The data should be stored in the cache according to a caching strategy. Provide options for cache CRUD.
54

65
## Setting up development environment
@@ -56,4 +55,4 @@ Open app in Browser, App is running at localhost:5000
5655

5756
###
5857

59-
## * BETA Application may able to read all other formats like txt, doc but formatting may be different
58+
## * BETA Application may able to read all other formats like txt, doc but formatting may be different

0 commit comments

Comments
 (0)