Class: Caman.Store

Defined in: src/core/store.coffee

Overview

Used for storing instances of CamanInstance objects such that, when Caman() is called on an already initialized element, it returns that object instead of re-initializing.

Class Method Summary

Class Method Details

+ (void) has(search)

+ (void) get(search)

+ (void) put(name, obj)

+ (void) execute(search, callback)

+ (void) flush(name = false)