]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui3/build/cache/cache-plugin.js
Release 6.2.2
[Github/sugarcrm.git] / include / javascript / yui3 / build / cache / cache-plugin.js
1 /*
2  Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3  Code licensed under the BSD License:
4  http://developer.yahoo.com/yui/license.html
5  version: 3.3.0
6  build: 3167
7  */
8 YUI.add('cache-plugin',function(Y){function CachePlugin(config){var cache=config&&config.cache?config.cache:Y.Cache,tmpclass=Y.Base.create("dataSourceCache",cache,[Y.Plugin.Base]),tmpinstance=new tmpclass(config);tmpclass.NS="tmpClass";return tmpinstance;}
9 Y.mix(CachePlugin,{NS:"cache",NAME:"cachePlugin"});Y.namespace("Plugin").Cache=CachePlugin;},'3.3.0',{requires:['plugin','cache-base']});