Searched defs:Cache (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm621 # Pod::Cache
626 package Pod::Cache;
628 =head2 Pod::Cache
630 B<Pod::Cache> holds information about a set of POD documents,
636 =item Pod::Cache-E<gt>new()
639 POD documents of class Pod::Cache::Item.
661 my $item = Pod::Cache::Item->new(%param);
673 reference to the corresponding Pod::Cache::Item object or undef if
690 package Pod::Cache::Item;
692 =head2 Pod::Cache
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.h60 } Cache; typedef in typeref:struct:cache_t
66 extern int init_cache(Cache **cp, int hsz, int bsz,
68 extern int add_cache(Cache *cp, Item *itemp);
69 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm59 $opts{cache} = Tie::File::Cache->new($opts{memory});
1446 # Tie::File::Cache
1450 package Tie::File::Cache;
1451 $Tie::File::Cache::VERSION = $Tie::File::VERSION;
1654 # Note that Tie::File::Cache::expire has been inlined here
1689 _ci_warn "Cache hash key <$k> is non-numeric";
1742 $Tie::File::Heap::VERSION = $Tie::File::Cache::VERSION;
1946 unless (eval {$self->[0][1]->isa("Tie::File::Cache")}) {

Completed in 28 milliseconds