1Cache::SizeAwareSharedMUesmeorryCCoancthrei(b3u)ted PerlCaDcohceu:m:eSnitzaetAiwoanreSharedMemoryCache(3)
2
3
4

NAME

6       Cache::SizeAwareSharedMemoryCache -- extends
7       Cache::SizeAwareMemoryCache
8

DESCRIPTION

10       The SizeAwareSharedMemoryCache class adds the ability to dynamically
11       limit the size (in bytes) of a shared memory based cache.  This class
12       also implements the SizeAwareCache interface, providing the 'max_size'
13       option and the 'limit_size( $size )' method.
14

SYNOPSIS

16         use Cache::SizeAwareSharedMemoryCache;
17
18         my $cache =
19           new Cache::SizeAwareSharedMemoryCache( { 'namespace' => 'MyNamespace',
20                                                    'default_expires_in' => 600,
21                                                    'max_size' => 10000 } );
22

METHODS

24       See Cache::Cache and Cache::SizeAwareCache for the API documentation.
25

OPTIONS

27       See Cache::Cache and Cache::SizeAwareCache for the standard options.
28

PROPERTIES

30       See Cache::Cache and Cache::SizeAwareCache for the default properties.
31

SEE ALSO

33       Cache::Cache, Cache::SizeAwareCache, Cache::SharedMemoryCache
34

AUTHOR

36       Original author: DeWitt Clinton <dewitt@unto.net>
37
38       Last author:     $Author: dclinton $
39
40       Copyright (C) 2001-2003 DeWitt Clinton
41
42
43
44perl v5.36.0                      2022-07-2C2ache::SizeAwareSharedMemoryCache(3)
Impressum