Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheAPI (MEAN)

cacheAPI for MEAN stack

Avaliable Endpoints :

POST: http://localhost/api/v1/cache/get?key=18

GET : http://localhost/api/v1/cache/getall

POST : http://localhost/api/v1/cache/delete?key=18&value=abcd

POST : http://localhost/api/v1/cache/update?key=18&value=asdasd

POST : http://localhost/api/v1/cache/deleteall

config.js

is used for defining:

  • configuration for mongoDB client (username, pw, ip, host etc.)
  • Maximum entries in the cache
  • TimeToLive for validating the cache entery
  • Endpoints

About

cacheAPI for MEAN stack

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages