[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/Smarty/libs/sysplugins/ -> smarty_cacheresource.php (summary)

Smarty Internal Plugin

File Size: 381 lines (11 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Smarty_Template_Cached:: (2 methods):
  __construct()
  write()

Defines 2 functions

  getCachedContent()
  locked()
  hasLock()
  acquireLock()
  releaseLock()
  load()
  invalidLoadedCache()

Class: Smarty_Template_Cached  - X-Ref

Smarty Resource Data Object

Cache Data Container for Template Files

__construct(Smarty_Internal_Template $_template)   X-Ref
create Cached Object container

param: Smarty_Internal_Template $_template template object

write(Smarty_Internal_Template $_template, $content)   X-Ref
Write this cache object to handler

param: Smarty_Internal_Template $_template template object
param: string $content content to cache
return: boolean success

Functions
Functions that are not part of a class:

getCachedContent(Smarty_Internal_Template $_template)   X-Ref
Return cached content

param: Smarty_Internal_Template $_template template object
param: string $content content of cache

locked(Smarty $smarty, Smarty_Template_Cached $cached)   X-Ref
No description

hasLock(Smarty $smarty, Smarty_Template_Cached $cached)   X-Ref
No description

acquireLock(Smarty $smarty, Smarty_Template_Cached $cached)   X-Ref
No description

releaseLock(Smarty $smarty, Smarty_Template_Cached $cached)   X-Ref
No description

load(Smarty $smarty, $type = null)   X-Ref
Load Cache Resource Handler

param: Smarty $smarty Smarty object
param: string $type name of the cache resource
return: Smarty_CacheResource Cache Resource Handler

invalidLoadedCache(Smarty $smarty)   X-Ref
Invalid Loaded Cache Files

param: Smarty $smarty Smarty object



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1