1Cache::SizeAwareSharedMUesmeorryCCoancthrei(b3u)ted PerlCaDcohceu:m:eSnitzaetAiwoanreSharedMemoryCache(3)
2
3
4
6 Cache::SizeAwareSharedMemoryCache -- extends
7 Cache::SizeAwareMemoryCache
8
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
16 use Cache::SizeAwareSharedMemoryCache;
17
18 my $cache =
19 new Cache::SizeAwareSharedMemoryCache( { 'namespace' => 'MyNamespace',
20 'default_expires_in' => 600,
21 'max_size' => 10000 } );
22
24 See Cache::Cache and Cache::SizeAwareCache for the API documentation.
25
27 See Cache::Cache and Cache::SizeAwareCache for the standard options.
28
30 See Cache::Cache and Cache::SizeAwareCache for the default properties.
31
33 Cache::Cache, Cache::SizeAwareCache, Cache::SharedMemoryCache
34
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.12.0 2009-03-0C1ache::SizeAwareSharedMemoryCache(3)