1Cache::Memory::Entry(3)User Contributed Perl DocumentatioCnache::Memory::Entry(3)
2
3
4
6 Cache::Memory::Entry - An entry in the memory based implementation of
7 Cache
8
10 See 'Cache::Entry' for a synopsis.
11
13 This module implements a version of Cache::Entry for the Cache::Memory
14 variant of Cache. It should not be created or used directly, please
15 see 'Cache::Memory' or 'Cache::Entry' instead.
16
18 Cache::Entry, Cache::Memory
19
21 Chris Leishman <chris@leishman.org>
22 Based on work by DeWitt Clinton <dewitt@unto.net>
23
25 Copyright (C) 2003-2006 Chris Leishman. All Rights Reserved.
26
27 This module is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
28 KIND, either expressed or implied. This program is free software; you
29 can redistribute or modify it under the same terms as Perl itself.
30
31 $Id: Entry.pm,v 1.8 2006/01/31 15:23:58 caleishm Exp $
32
33
34
35perl v5.34.0 2022-01-20 Cache::Memory::Entry(3)