Apache::Session::CacheAny man page on OpenServer

Man page or keyword search:  
man Server   5388 pages
apropos Keyword Search (all sections)
Output format
OpenServer logo
[printable version]

Apache::Session::CacheUser3Contributed Perl DocumeApache::Session::CacheAny(3)

NAME
       Apache::Session::CacheAny - use Cache::* for Apache::Session storage

SYNOPSIS
	 use Apache::Session::CacheAny;
	 tie %session, 'Apache::Session::CacheAny', $sid, {
	     CacheImpl => 'Cache::FileCache',
	 };

	 tie %size_aware_session, 'Apache::Session::CacheAny', $sid, {
	     CacheImpl	      => 'Cache::SizeAwareFileCache',
	     Namespace	      => 'apache-session-cacheany',
	     DefaultExpiresIn => '2 hours',
	     AutoPurgeOnGet   => 0,
	     AutoPurgeOnSet   => 1,
	     MaxSize	      => 10_000,
	     CacheRoot	      => 'cache_root',
	     CacheDepth	      => 'cache_depth',
	     DirectoryUmask   => 'directory_umask',
	 };

DESCRIPTION
       Apache::Session::CacheAny is a bridge between Apache::Session and
       Cache::Cache. This module provides a way to use Cache::Cache subclasses
       as Apache::Session storage implementation.

ARGUMENTS
       You must specify class name of Cache::Cache implementation (like
       Cache::SharedMemoryCache) in arguments to the constructor. See
       Apache::Session::Store::CacheAny for details about other optional argu-
       ments.

NOTE
       Apache::Session::CacheAny uses Apache::Session::Lock::Null as its lock-
       ing scheme. This is not suitable when your apps need Transactional Ses-
       sion Management. You can use Apache::Session::Flex to change this.

AUTHOR
       Tatsuhiko Miyagawa <miyagawa@bulknews.net>

       This library is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

SEE ALSO
       Apache::Session, Cache::Cache

perl v5.8.8			  2005-05-11	  Apache::Session::CacheAny(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OpenServer

List of man pages available for OpenServer

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net