|| (!cpaCache.isFile() && !cpaCache.createNewFile()))
{
throw new IOException("Can't create cache file");
}
LocalPermissions localPermissions = new LocalPermissions(
permissions);
cpai = new ConditionalPermissionAdminImpl(permissions,
new Conditions(action), localPermissions, new PropertiesCache(
cpaCache, tmp, action), pai);