Skip to content

mapolin/jscacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

jscacher

A simple object for caching JS variables/objects/etc

For sample use see index.html;

Methods:

.ID

  • unique ID of the current cache object; of no real use :X

.clone()

  • clone the current cache object; returns a new Cache(map);

.set(property[, value])

  • add a property to the current cache object;
  • optional Value of that property can be given;
  • if property is an object and no value is given, property will be used as a Map;

.update()

  • updates the current cache object (uses current cache.map);

About

A simple object for caching JS variables/objects/etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors