Template Engine

Class IResourceCache

Requires:
Class
Defined in:
IResourceCache.js

Interface for classes that implements resource caching of any kind

Constructor

IResourceCache()

Methods

Method
cache()
abstract method.
returns exclude resource regexp pattern
returns path to resources
Class Detail
IResourceCache()
Method Details
cache()
abstract method. you need to override this method in your subclass
Throws:
{Exception} Not implemented
getExcludePattern() :{String}
returns exclude resource regexp pattern
Returns:
{String}
getResourcePath() :{String}
returns path to resources
Returns:
{String}
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 17 2011 15:33:33 GMT+0200 (CEST)