Detailed Description
Definition at line 31 of file Cache.php.
Constructor & Destructor Documentation
Constructor overriding - make sure that a developer cannot instantiate
Definition at line 62 of file Cache.php.
Member Function Documentation
Clears all cache data
- Returns:
- void
Definition at line 178 of file Cache.php.
Returns the cache
- Returns:
- Zend_Cache_Core
Definition at line 138 of file Cache.php.
returns stored token from cache or null
- Parameters:
-
- Exceptions:
-
- Returns:
- Zend_Service_DeveloperGarden_Response_SecurityTokenServer_Interface|null
Definition at line 74 of file Cache.php.
Returns the wsdl cache
- Returns:
- integer
Definition at line 192 of file Cache.php.
Returns true when a cache is set
- Returns:
- boolean
Definition at line 158 of file Cache.php.
Removes any cache
- Returns:
- void
Definition at line 168 of file Cache.php.
reset the internal cache structure
- Returns:
- void
Definition at line 125 of file Cache.php.
| static setCache |
( |
Zend_Cache_Core $ |
cache | ) |
[static] |
Set a cache for token
- Parameters:
-
| Zend_Cache_Core | $cache | A cache frontend |
Definition at line 148 of file Cache.php.
set new value for the given tokenId
- Parameters:
-
- Exceptions:
-
- Parameters:
-
- Returns:
- void
Definition at line 102 of file Cache.php.
Set a cache for wsdl file
- Parameters:
-
- Returns:
- void
Definition at line 203 of file Cache.php.
Field Documentation
$_storedToken [static, protected] |
Initial value: array(
'securityToken' => null,
'getTokens' => null
)
Definition at line 38 of file Cache.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/SecurityTokenServer/Cache.php