| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 207 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Service_DeveloperGarden_SecurityTokenServer_Cache:: (11 methods):
__construct()
getTokenFromCache()
setTokenToCache()
resetTokenCache()
getCache()
setCache()
hasCache()
removeCache()
clearCache()
getWsdlCache()
setWsdlCache()
Class: Zend_Service_DeveloperGarden_SecurityTokenServer_Cache - X-Ref
| __construct() X-Ref |
| Constructor overriding - make sure that a developer cannot instantiate |
| getTokenFromCache($tokenId) X-Ref |
| returns stored token from cache or null param: string $tokenId return: Zend_Service_DeveloperGarden_Response_SecurityTokenServer_Interface|null |
| setTokenToCache($tokenId,Zend_Service_DeveloperGarden_Response_SecurityTokenServer_Interface $tokenValue) X-Ref |
| set new value for the given tokenId param: string $tokenId param: Zend_Service_DeveloperGarden_Response_SecurityTokenServer_Interface $tokenValue return: void |
| resetTokenCache() X-Ref |
| reset the internal cache structure return: void |
| getCache() X-Ref |
| Returns the cache return: Zend_Cache_Core |
| setCache(Zend_Cache_Core $cache) X-Ref |
| Set a cache for token param: Zend_Cache_Core $cache A cache frontend |
| hasCache() X-Ref |
| Returns true when a cache is set return: boolean |
| removeCache() X-Ref |
| Removes any cache return: void |
| clearCache() X-Ref |
| Clears all cache data return: void |
| getWsdlCache() X-Ref |
| Returns the wsdl cache return: integer |
| setWsdlCache($cache = null) X-Ref |
| Set a cache for wsdl file param: integer $cache return: void |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |