projects
/
dbsrgits/DBM-Deep.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed typo
[dbsrgits/DBM-Deep.git]
/
lib
/
DBM
/
Deep
/
Engine
/
Sector.pm
1
package DBM::Deep::Engine::Sector;
2
3
use 5.006_000;
4
5
use strict;
6
use warnings FATAL => 'all';
7
8
1;
9
__END__
10
11
new({
12
engine =>
13
type =>
14
offset =>
15
})
16
_init( $args )
17
staleness
18
get_data_for({
19
key_md5 =>
20
allow_head =>
21
})
22
get_data_location_for({
23
key_md5 =>
24
allow_head =>
25
})
26
write_data({
27
key =>
28
key_md5 =>
29
value => $value_sector,
30
})
31
size
32
get_classname
33
delete_key({
34
key_md5 =>
35
allow_head =>
36
})
37
get_refcount