Skip to content
#

decorators

Here are 804 public repositories matching this topic...

tsed

📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.

  • Updated Jun 7, 2021
  • TypeScript
shaypal5
shaypal5 commented May 22, 2021

In addition to configuring the cache file path for each wrapped function, a way to globally change the location of the general cache directory for all cachier caches is required.

A possible API:

>>> import cachier
>>> cachier.get_global_cache_dpath()
'/home/myuser/.cachier'
>>> cachier.set_global_cache_dpath('/home/opt/caches/')
>>> cachier.get_global_cache_dpath()
'/home/o

Improve this page

Add a description, image, and links to the decorators topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decorators topic, visit your repo's landing page and select "manage topics."

Learn more