Skip to content

frodosghost/Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cache

A Javascript Cache Object. Used for storing objects in the cache to be accessible for later calls.

NOTE :: This class has not yet been field tested and is initial stages and will be updated.

Usage

Cache.set('foo', 'bar');
Cache.has('foo'); // Returns true
Cache.get('foo'); // Returns 'bar'

About

Javascript cache object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published