Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ initCache
Method
initCache
code/src/java/pcgen/io/PCGVer2Parser.java:475–478 ·
view source on GitHub ↗
(int capacity)
Source
from the content-addressed store, hash-verified
473
* ###############################################################
474
*/
475
private
void
initCache(
int
capacity)
476
{
477
cache =
new
Cache((capacity * 4) / 3);
478
}
479
480
private
void
parseAgeLine(String line)
481
{
Callers
1
buildPcgLineCache
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected